From: apo Date: Mon, 10 Jan 2005 08:27:13 +0000 (+0000) Subject: Connect to Bug PAL7023 - Problem loading MED file with a large number of families... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9ac773157378f59076feb7e64053b716023ba85b;p=modules%2Fkernel.git Connect to Bug PAL7023 - Problem loading MED file with a large number of families (same as VISU6154) --- diff --git a/src/Session/Session_ServerThread.cxx b/src/Session/Session_ServerThread.cxx index 886aef9b9..a4fb054cc 100644 --- a/src/Session/Session_ServerThread.cxx +++ b/src/Session/Session_ServerThread.cxx @@ -226,7 +226,7 @@ void Session_ServerThread::ActivateSALOMEDS(int argc, // longer needed. SALOMEDS_StudyManager_i * myStudyManager_i - = new SALOMEDS_StudyManager_i(_orb); + = new SALOMEDS_StudyManager_i(_orb,_root_poa); // Activate the objects. This tells the POA that the objects are // ready to accept requests.