From: vsr Date: Tue, 13 Mar 2012 12:22:40 +0000 (+0000) Subject: Implement Shutdown() method for the SALOME Session server X-Git-Tag: V6_5_0a1~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1f7a4266c09c6870d6cd5e6ddacf9da86537df7f;p=modules%2Fkernel.git Implement Shutdown() method for the SALOME Session server --- diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index 115dc958b..4a80ac229 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -550,7 +550,7 @@ void SALOME_LifeCycleCORBA::shutdownServers() if (!CORBA::is_nil(session)) { pid = session->getPID(); - session->ping(); + session->Shutdown(); } }