From: prascle Date: Thu, 10 Feb 2005 13:04:45 +0000 (+0000) Subject: PR: add shutdown method (A. Geay) X-Git-Tag: V2_2_0~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93421cf72eb7f73c063e7d3ad2d1d81e099339bf;p=modules%2Fkernel.git PR: add shutdown method (A. Geay) --- diff --git a/src/Container/SALOME_ContainerPy.py b/src/Container/SALOME_ContainerPy.py index dbaa9f65e..d2b30bfa8 100755 --- a/src/Container/SALOME_ContainerPy.py +++ b/src/Container/SALOME_ContainerPy.py @@ -195,6 +195,12 @@ class SALOME_ContainerPy_i (Engines__POA.Container): self._machineName = "localhost" return self._machineName + #------------------------------------------------------------------------- + + def Shutdown(self): + self._orb.shutdown(0) + pass + #============================================================================= #initialise the ORB and find the root POA