From 9ac773157378f59076feb7e64053b716023ba85b Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 10 Jan 2005 08:27:13 +0000 Subject: [PATCH] Connect to Bug PAL7023 - Problem loading MED file with a large number of families (same as VISU6154) --- src/Session/Session_ServerThread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2