From: rahuel Date: Tue, 30 Aug 2005 06:05:01 +0000 (+0000) Subject: Two new methods : X-Git-Tag: V_3_0_2~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c6dbf8610bca31b0814129e620e1748c4acd858e;p=modules%2Fsuperv.git Two new methods : ToObject for problem og ObjectReferences in Any with omniORB4 Messages for error messages from SuperVisionEngine --- diff --git a/idl/SUPERV.idl b/idl/SUPERV.idl index 4019616..80ef176 100644 --- a/idl/SUPERV.idl +++ b/idl/SUPERV.idl @@ -282,6 +282,10 @@ Creates a value of any type which will be used for Input metho \param ior String parameter defining %IOR of the graph. */ SUPERV::StreamGraph getStreamGraph(in string ior); // get Graph from is IOR +/*! +Returns a duplicate of the object (omniORB4 problem). +*/ + Object ToObject( in Object anObject ) ; }; @@ -833,14 +837,20 @@ This interface includes a set of methods used for management of the graphs in %S in SUPERV::Port InputPort ) ; /*! - Imports a graph from a file with XML format + Give the last error[s] message[s] + \return string[s] corresponding to last error[s]. + */ + string Messages() ; + + /*! + Imports a graph into a file with XML format \param anXmlFile String parameter defining the name of the XML file. \return True, if the graph has been successfully imported. */ boolean Import( in string anXmlFile ) ; /*! - Exports a graph to files with XML format and Python format + Exports a graph to a file with XML format \param anXmlFile String parameter defining the name of the XML file. \return True, if the graph has been successfully exported. */