Salome HOME
Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO) V5_1_1 V5_1_1a2 V5_1_1rc1 V5_1_1rc2 V5_1_1rc3 V5_1_1rc4 V5_1_1rc5
authorvsr <vsr@opencascade.com>
Fri, 27 Feb 2009 16:29:48 +0000 (16:29 +0000)
committervsr <vsr@opencascade.com>
Fri, 27 Feb 2009 16:29:48 +0000 (16:29 +0000)
idl/PYHELLO_Gen.idl

index 9b6b22e7642fc0aba50c7aeb35a60e97b41e2657..453446a1c849db68a57fab06a3dbffbafec2cf80 100644 (file)
@@ -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);
   };
 };