From 93421cf72eb7f73c063e7d3ad2d1d81e099339bf Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 10 Feb 2005 13:04:45 +0000 Subject: [PATCH] PR: add shutdown method (A. Geay) --- src/Container/SALOME_ContainerPy.py | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2