From: rahuel Date: Fri, 5 Nov 2004 07:24:51 +0000 (+0000) Subject: MESSAGEs X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6931980ba64d8a42e220ff5b6e126a71261170fc;p=modules%2Fkernel.git MESSAGEs --- diff --git a/src/Container/SALOME_Container.cxx b/src/Container/SALOME_Container.cxx index 77a06b9de..4edcfa781 100644 --- a/src/Container/SALOME_Container.cxx +++ b/src/Container/SALOME_Container.cxx @@ -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&)