From: Markus R. <rol...@us...> - 2006-01-08 14:07:48
|
Update of /cvsroot/simspark/simspark/spark/oxygen/simulationserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19851 Modified Files: simulationserver.cpp Log Message: - reset quit flag in Init() Index: simulationserver.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/simulationserver/simulationserver.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simulationserver.cpp 2 Jan 2006 20:37:41 -0000 1.2 --- simulationserver.cpp 8 Jan 2006 14:07:38 -0000 1.3 *************** *** 284,287 **** --- 284,288 ---- { GetLog()->Normal() << "(SimulationServer) init\n"; + mExit = false; // cache argc and argv, to make it accessible for registerd |