Salome HOME
Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO)
[samples/pyhello.git] / 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);
   };
 };