From 42d7545807da33ca7513cc6b849ceb3d68d9337f Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 27 Feb 2009 16:29:48 +0000 Subject: [PATCH] Issue 0020165: implement sample of DumpPython functionality for Python module (PYHELLO) --- idl/PYHELLO_Gen.idl | 4 ---- 1 file changed, 4 deletions(-) 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); }; }; -- 2.30.2