Salome HOME
PR: add shutdown method (A. Geay)
authorprascle <prascle>
Thu, 10 Feb 2005 13:04:45 +0000 (13:04 +0000)
committerprascle <prascle>
Thu, 10 Feb 2005 13:04:45 +0000 (13:04 +0000)
src/Container/SALOME_ContainerPy.py

index dbaa9f65ecb3adf9d5fa81ff9d5317cd357ac930..d2b30bfa89753151c0c7ce34504d0f547de7d3f9 100755 (executable)
@@ -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