]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Implement Shutdown() method for the SALOME Session server
authorvsr <vsr@opencascade.com>
Tue, 13 Mar 2012 09:21:26 +0000 (09:21 +0000)
committervsr <vsr@opencascade.com>
Tue, 13 Mar 2012 09:21:26 +0000 (09:21 +0000)
idl/SALOME_Session.idl

index 62329fa3fe8465152f7b9a61818a8a97ac9aba94..ac18512332e77244e0012348d67d2b9cec3bdb60 100644 (file)
@@ -34,8 +34,9 @@ module SALOME
    This enumeration contains values defining the state of the session
 
 */
-  enum SessionState {asleep, /*!< Session is inactive */
-                     running /*!< Session is running */
+  enum SessionState {asleep,   /*!< Session is inactive */
+                     running,  /*!< Session is running */
+                     shutdown  /*!< Session is shutting down */
   } ;
 
 /*! \brief %Session State and Statistics
@@ -83,6 +84,9 @@ module SALOME
 //!  Gets Session State
     StatSession GetStatSession() ;
 
+//!  Shutdowns Session server
+    void Shutdown();
+
 //!  Determines whether the server has already been loaded or not.
     void ping();
 //!  Returns the PID of the server