Salome HOME
This commit was generated by cvs2git to create tag 'V1_4_0b1'.
[modules/kernel.git] / idl / SALOME_Session.idl
index d0c95e827f7968e4d0599c852eb289c0ad1e5665..f42ccde7ef4b37f1abcaab1db364ca19127109c2 100644 (file)
 //  $Header$
 
 #include "SALOME_Component.idl"
-/*! \defgroup Kernel SALOME KERNEL module
-*/
 
-/*!  \ingroup Kernel 
-   
+/*!   
   This package contains interfaces used for management of the session in %SALOME application.
 */
 module SALOME
@@ -38,7 +35,9 @@ module SALOME
    This enumeration contains values defining the state of the session
   
 */ 
-  enum SessionState {asleep, running} ;
+  enum SessionState {asleep, /*! Session is inactive */
+                    running /*! Session is running */
+  } ;
 
 /*! \brief %Session State and Statistics
 
@@ -83,7 +82,11 @@ module SALOME
    Launches GUI in the session
 */
     void GetInterface(); 
-    Engines::Component GetVisuGen();
+
+/*! 
+   Returns the Visu component
+*/
+    Engines::Component GetVisuComponent();
 
 /*! 
   Stops the %Session (It must be idle)