From: vsr Date: Fri, 27 Feb 2009 15:53:11 +0000 (+0000) Subject: Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO) X-Git-Tag: V5_1_1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=104234d1f98c0e6cc2b7408e539e091c688bfd00;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 129d7f1..9b6b22e 100644 --- a/idl/PYHELLO_Gen.idl +++ b/idl/PYHELLO_Gen.idl @@ -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); }; };