]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
This commit was generated by cvs2git to create tag 'V3_2_3'. V3_2_3
authoradmin <salome-admin@opencascade.com>
Thu, 30 Nov 2006 14:19:46 +0000 (14:19 +0000)
committeradmin <salome-admin@opencascade.com>
Thu, 30 Nov 2006 14:19:46 +0000 (14:19 +0000)
Sprout from V3_2_0_maintainance 2006-11-30 14:19:45 UTC prascle <prascle> 'PAL 14078'
Cherrypick from V3_2_0_maintainance 2006-06-08 10:49:42 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    idl/SALOME_Session.idl

idl/SALOME_Session.idl

index b731d83a30cfe8f47908fb4f6523fddbf390c800..9a96d8b5f50d1378dc0fc138723797934a00139a 100644 (file)
@@ -109,22 +109,5 @@ module SALOME
     Restores a state of the study at theSavePoint
 */
     boolean restoreVisualState(in long theSavePoint);
-/*!
-    Emit a qt signal from the session GUI desktop window.
-    This method can be used to send a message to the GUI from the standalone
-    container.
-    Caution: this method can block the Session and the calling container
-    if it is called when container processes some request from the GUI
-    (mutual lock takes place).
-    In such a case it is recommended to use oneway method.
-*/
-    void emitMessage(in string theMessage);
-/*!
-    Emit a qt signal from the session GUI desktop window.
-    This method can be used to send a message to the GUI from the standalone
-    container.
-    This method never blocks the Session and the calling container.
-*/
-    oneway void emitMessageOneWay(in string theMessage);
   } ;
 } ;