]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix on Bug GEOM6047 V1_4_1a
authorsmh <smh@opencascade.com>
Tue, 15 Jun 2004 05:06:02 +0000 (05:06 +0000)
committersmh <smh@opencascade.com>
Tue, 15 Jun 2004 05:06:02 +0000 (05:06 +0000)
  Script GEOM_example3.py freeze IAPP
(Now, salome.sg.updateObjBrowser(0) freeze the IAPP !!! )

src/Event/SALOME_Event.hxx

index bfcc980522e3b9e8e2358a0bd78fd884db23824b..065671e21594fa36acee5105d40979eaf6d39c4a 100644 (file)
@@ -54,10 +54,10 @@ extern bool IsSessionThread();
  *  a SALOME_Event object is active at any moment.
  *
  *  Usage:
- *  - create SALOME_Event object on the heap with proper <type> and <wait> parameters
+ *  - create SALOME_Event. 
  *    Components can derive their own event class from SALOME_Event
  *    in order to pass custom data to the event handler.
- *  - call process() method to post the event. Between process() and release()
+ *  - call process() method to post the event. After process() execution
  *    it is possible to examine fields of your custom event object.
  *  - perform delete operator on the event to wake up the desktop (you can also set <autoRelease>
  *    parameter to TRUE to automatically wake up desktop after process()