]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
MESSAGEs
authorrahuel <rahuel@opencascade.com>
Fri, 5 Nov 2004 07:24:51 +0000 (07:24 +0000)
committerrahuel <rahuel@opencascade.com>
Fri, 5 Nov 2004 07:24:51 +0000 (07:24 +0000)
src/Container/SALOME_Container.cxx

index 77a06b9de0584040b723c7b8164e37168fb2b643..4edcfa781e02ef32c7cdc171664b1fa4b898b2c7 100644 (file)
@@ -195,11 +195,12 @@ int main(int argc, char* argv[])
       Utils_Timer timer;
       timer.Start();
       timer.Stop();
-      MESSAGE("SALOME_Registry_Server.cxx - orb->run()");
       timer.ShowAbsolute();
 #endif
+      MESSAGE("SALOME_Registry_Server.cxx - orb->run()");
       orb->run();
 
+      MESSAGE("SALOME_Registry_Server.cxx - orb->runned : -> orb->destroy()");
       orb->destroy();
     }
   catch(CORBA::SystemException&)