Ignore:
Timestamp:
10/20/03 15:54:10 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/base/MThread.cc

    r1953 r2407  
    77
    88#undef DEBUG
     9//#define DEBUG
    910
    1011// ----------------------------------------------------------------------
     
    9192    fStop = false;
    9293
     94#ifdef DEBUG
     95    cout << "MThread::RunThread" << endl;
     96#endif
     97
    9398    void *rc = Thread();
     99
     100#ifdef DEBUG
     101    cout << "MThread::RunThread...done." << endl;
     102#endif
    94103
    95104    fIsRunning = false;
     
    106115{
    107116    MThread *thread = (MThread*)arg;
    108 
     117#ifdef DEBUG
     118    cout << "MThread::MapThread" << endl;
     119#endif
    109120    return thread->RunThread();
    110121}
Note: See TracChangeset for help on using the changeset viewer.