From: smh Date: Wed, 14 Apr 2004 10:58:16 +0000 (+0000) Subject: Some changes of handling mechanism of the SALOME_Event objects X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f4fbbeed3f003517c63c34a5c77451975e59ee8;p=modules%2Fkernel.git Some changes of handling mechanism of the SALOME_Event objects --- diff --git a/src/Event/SALOME_Event.cxx b/src/Event/SALOME_Event.cxx index 6bceae464..7de746341 100644 --- a/src/Event/SALOME_Event.cxx +++ b/src/Event/SALOME_Event.cxx @@ -34,19 +34,25 @@ #include #include +#ifdef _DEBUG_ +static int MYDEBUG = 0; +#else +static int MYDEBUG = 0; +#endif + //=========================================================== /*! * SALOME_Event::SALOME_Event * Constructor */ //=========================================================== -SALOME_Event::SALOME_Event( int salomeEventType, bool wait, bool autoRelease ) -: myType( salomeEventType ), +SALOME_Event::SALOME_Event( int salomeEventType, bool wait, bool autoRelease ): + myType( salomeEventType ), myWait( wait ), myAutoRelease( autoRelease ) { - MESSAGE( "SALOME_Event::SALOME_Event(): myType = "<operator+=( mySemaphore->total() ); } } - MESSAGE( "SALOME_Event::processed() COMPLETED: myType = "<