[Jsmooth-cvs] jsmooth/skeletons/simplewrap main.cpp,1.26,1.27
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-04-30 20:54:36
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/simplewrap In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10646/simplewrap Modified Files: main.cpp Log Message: Winservice DLL instanciation fix Index: main.cpp =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/simplewrap/main.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** main.cpp 28 Apr 2007 08:51:24 -0000 1.26 --- main.cpp 30 Apr 2007 20:54:32 -0000 1.27 *************** *** 68,72 **** } - std::string dodebug = globalResMan->getProperty("skel_Debug"); if ((StringUtils::parseInt(dodebug) != 0) && (DEBUGCONSOLE==0)) --- 68,71 ---- *************** *** 75,79 **** } - if (DEBUGCONSOLE!=0) globalResMan->printDebug(); --- 74,77 ---- |