Salome HOME
omniORB4 porting
[modules/superv.git] / idl / SUPERV.idl
index 40196164aa47ed6f5432a796a00da03ff50ef05f..80ef176f698746e9c7dd6a42de19499ad57348df 100644 (file)
@@ -282,6 +282,10 @@ Creates a value of <b>any</b> type which will be used for <VAR>Input</VAR> 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.
     */