]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
MPV: fix for IPAL11765. In case of Naming service initialization problems output...
authormpv <mpv@opencascade.com>
Fri, 12 Jan 2007 07:54:28 +0000 (07:54 +0000)
committermpv <mpv@opencascade.com>
Fri, 12 Jan 2007 07:54:28 +0000 (07:54 +0000)
src/TestContainer/TestContainer.cxx

index fb7a2f9fb1b46da21d5fff471153824a77bf4fec..0ef063b74f296f90c56a2119401678ab178a1e65 100644 (file)
@@ -190,6 +190,9 @@ int main (int argc, char * argv[])
   catch(CORBA::Exception& e) {
     INFOS("Caught CORBA::Exception."<<e)
       }
+  catch(ServiceUnreachable& e) {
+    INFOS("Caught Exception. "<<e)
+      }
   catch(...) {
     INFOS("Caught unknown exception.")
       }
@@ -197,4 +200,3 @@ int main (int argc, char * argv[])
   //  delete myThreadTrace;
   return 0;
 }
-