From: prascle Date: Mon, 2 Feb 2004 21:19:07 +0000 (+0000) Subject: PR: allow interactive and batch mode on Visu: different behavior for Mutex X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ee1e91d6db74ef61446fdc0801aa5ddfe4bdac98;p=modules%2Fvisu.git PR: allow interactive and batch mode on Visu: different behavior for Mutex --- diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index cc88eefe..f11d1ab2 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -62,9 +62,9 @@ using namespace std; static QFileInfo aFileInfo; #ifdef _DEBUG_ -static int MYDEBUG = 0; +static int MYDEBUG = 1; #else -static int MYDEBUG = 0; +static int MYDEBUG = 1; #endif extern "C" { @@ -168,7 +168,9 @@ namespace VISU{ Engines_Component_i() { if(MYDEBUG) MESSAGE("VISU_Gen_i::VISU_Gen_i : "<_this()); }