Salome HOME
Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO)
authorvsr <vsr@opencascade.com>
Fri, 27 Feb 2009 15:53:11 +0000 (15:53 +0000)
committervsr <vsr@opencascade.com>
Fri, 27 Feb 2009 15:53:11 +0000 (15:53 +0000)
idl/PYHELLO_Gen.idl

index 129d7f127d0e136d2f9c410d9c33d77f6d4a6469..9b6b22e7642fc0aba50c7aeb35a60e97b41e2657 100644 (file)
@@ -43,9 +43,9 @@ module PYHELLO_ORB
                      in string name)
       raises (SALOME::SALOME_Exception);
 
-    TMPFile DumpPython(in Object theStudy,
-                       in boolean isPublished,
-                       out boolean isValidScript);
+    SALOMEDS::TMPFile DumpPython(in Object theStudy,
+                                in boolean isPublished,
+                                out boolean isValidScript);
   };
 };