]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
WIP
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 19 Feb 2021 17:10:33 +0000 (18:10 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 19 Feb 2021 17:10:33 +0000 (18:10 +0100)
src/NamingService/SALOME_Fake_NamingService.cxx

index a9674e45b539975e71633961cced9daed2d1765a..2bda138c213403884d94351fad81f0e2847e729c 100644 (file)
@@ -63,5 +63,5 @@ CORBA::Object_ptr SALOME_Fake_NamingService::Resolve(const char* Path)
   auto it = _map.find(pathCpp);
   if( it != _map.end() )
     return (*it).second;
-  THROW_SALOME_EXCEPTION("SALOME_Fake_NamingService::Resolve : no such entry \"" << Path << "\" !");
+  return CORBA::Object::_nil();
 }