]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: go back on using ORB_INIT wrapping
authorcaremoli <caremoli>
Wed, 16 Jan 2008 08:37:21 +0000 (08:37 +0000)
committercaremoli <caremoli>
Wed, 16 Jan 2008 08:37:21 +0000 (08:37 +0000)
src/Container/SALOME_Container.cxx

index 489ed355f1f9ad715d77cd1189252f7d2994207e..00345f6700ee9ee26a807609f01e5061312e78af 100644 (file)
@@ -126,15 +126,11 @@ int main(int argc, char* argv[])
 
   // Initialise the ORB.
   //SRN: BugID: IPAL9541, it's necessary to set a size of one message to be at least 100Mb
-  //There is no need to use a singleton as ORB_init returns a ref counted singleton 
-  //The only difference is on delete : no automatic call to destroy
-  //But it's in general too late in exit
-  CORBA::ORB_var orb = CORBA::ORB_init( argc , argv ) ;
-  /*
+  //CORBA::ORB_var orb = CORBA::ORB_init( argc , argv ) ;
   ORB_INIT &init = *SINGLETON_<ORB_INIT>::Instance() ;
   ASSERT(SINGLETON_<ORB_INIT>::IsAlreadyExisting());
   CORBA::ORB_ptr orb = init(argc , argv ) ;
-  */
+
   //  LocalTraceCollector *myThreadTrace = SALOMETraceCollector::instance(orb);
   INFOS_COMPILATION;
   BEGIN_OF(argv[0]);