From c6dbf8610bca31b0814129e620e1748c4acd858e Mon Sep 17 00:00:00 2001 From: rahuel Date: Tue, 30 Aug 2005 06:05:01 +0000 Subject: [PATCH] Two new methods : ToObject for problem og ObjectReferences in Any with omniORB4 Messages for error messages from SuperVisionEngine --- idl/SUPERV.idl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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. */ -- 2.39.2