From: vsr Date: Fri, 27 Feb 2009 16:29:48 +0000 (+0000) Subject: Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO) X-Git-Tag: V5_1_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=42d7545807da33ca7513cc6b849ceb3d68d9337f;p=samples%2Fpyhello.git Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO) --- diff --git a/idl/PYHELLO_Gen.idl b/idl/PYHELLO_Gen.idl index 9b6b22e..453446a 100644 --- a/idl/PYHELLO_Gen.idl +++ b/idl/PYHELLO_Gen.idl @@ -42,10 +42,6 @@ module PYHELLO_ORB void createObject(in SALOMEDS::Study theStudy, in string name) raises (SALOME::SALOME_Exception); - - SALOMEDS::TMPFile DumpPython(in Object theStudy, - in boolean isPublished, - out boolean isValidScript); }; };