Salome HOME
PR: embedded container C++ & Python, debug
[modules/kernel.git] / 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