Salome HOME
[EDF27816] : Get rid of SALOME session for 3 last tests (YacsLoader, YacsLoader_Swig...
[modules/yacs.git] / src / runtime / TypeConversions.cxx
index 1d194dfdc91d6b3ce87e7a495270b215a42b7507..faed21173c3464acc45cffd425204299ab06d611 100644 (file)
@@ -1039,7 +1039,7 @@ namespace YACS
           CORBA::Object_var obref;
           try
             {
-              obref = getSALOMERuntime()->getOrb()->string_to_object(o.c_str());
+              obref = getSALOMERuntime()->getFromNS(o.c_str());
 #ifdef REFCNT
               DEBTRACE("obref refCount: " << obref->_PR_getobj()->pd_refCount);
 #endif
@@ -2084,7 +2084,7 @@ namespace YACS
             {
               try
                 {
-                  obref=getSALOMERuntime()->getOrb()->string_to_object(o.c_str());
+                  obref=getSALOMERuntime()->getFromNS(o.c_str());
                 }
               catch(CORBA::Exception& ex)
                 {