Changeset 2407 for trunk/MagicSoft/Cosy/base/MThread.cc
- Timestamp:
- 10/20/03 15:54:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/MThread.cc
r1953 r2407 7 7 8 8 #undef DEBUG 9 //#define DEBUG 9 10 10 11 // ---------------------------------------------------------------------- … … 91 92 fStop = false; 92 93 94 #ifdef DEBUG 95 cout << "MThread::RunThread" << endl; 96 #endif 97 93 98 void *rc = Thread(); 99 100 #ifdef DEBUG 101 cout << "MThread::RunThread...done." << endl; 102 #endif 94 103 95 104 fIsRunning = false; … … 106 115 { 107 116 MThread *thread = (MThread*)arg; 108 117 #ifdef DEBUG 118 cout << "MThread::MapThread" << endl; 119 #endif 109 120 return thread->RunThread(); 110 121 }
Note:
See TracChangeset
for help on using the changeset viewer.