From: smh Date: Tue, 15 Jun 2004 05:06:02 +0000 (+0000) Subject: Fix on Bug GEOM6047 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93627f06aabebed6b446bdc05c5f7cf0620bfca7;p=modules%2Fkernel.git Fix on Bug GEOM6047 Script GEOM_example3.py freeze IAPP (Now, salome.sg.updateObjBrowser(0) freeze the IAPP !!! ) --- diff --git a/src/Event/SALOME_Event.hxx b/src/Event/SALOME_Event.hxx index bfcc98052..065671e21 100644 --- a/src/Event/SALOME_Event.hxx +++ b/src/Event/SALOME_Event.hxx @@ -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 and 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 * parameter to TRUE to automatically wake up desktop after process()