From 852a77ec0fbe321b6d96d4ff7c464c8105e40f62 Mon Sep 17 00:00:00 2001 From: srn Date: Mon, 28 Mar 2005 06:00:04 +0000 Subject: [PATCH] Added 2 methods to StudyManger (ConvertObjectToString and ConvertStringToObject) --- idl/SALOMEDS.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/idl/SALOMEDS.idl b/idl/SALOMEDS.idl index 23c0dc57b..6b22c0764 100644 --- a/idl/SALOMEDS.idl +++ b/idl/SALOMEDS.idl @@ -405,6 +405,7 @@ during each working session. Defines the instance to the %SComponent. */ void DefineComponentInstance (in SComponent aComponent,in Object ComponentIOR) raises(LockProtection); + /*! \brief Deletion of a %SComponent Removes a %SComponent. @@ -764,6 +765,20 @@ Gets the list of open studies an object into a study, which is protected for modifications. */ SObject Paste(in SObject theObject) raises (SALOMEDS::StudyBuilder::LockProtection); + +/*! \brief Object conversion. + + Converts an object into IOR. + \return IOR +*/ + string ConvertObjectToIOR(in Object theObject); +/*! \brief Object conversion. + + Converts IOR into an object. + \return An object +*/ + Object ConvertIORToObject(in string theIOR); + }; -- 2.39.2