From: vsr Date: Tue, 13 Mar 2012 09:21:26 +0000 (+0000) Subject: Implement Shutdown() method for the SALOME Session server X-Git-Tag: V6_5_0a1~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=164397fe353163be8d7d346019889b63789868a0;p=modules%2Fkernel.git Implement Shutdown() method for the SALOME Session server --- diff --git a/idl/SALOME_Session.idl b/idl/SALOME_Session.idl index 62329fa3f..ac1851233 100644 --- a/idl/SALOME_Session.idl +++ b/idl/SALOME_Session.idl @@ -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