Ignore:
Timestamp:
Jun 30, 2011, 1:23:04 PM (13 years ago)
Author:
Christoph Mayer
Message:

-thread join methode für blockingmethod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/BlockingMethod.h

    r3690 r9896  
    6363        void runBlockingMethod();
    6464
     65        // block until thread ended
     66        void joinThread();
     67
    6568protected:
    6669
     
    7982        virtual void blockingFunction() = 0;
    8083
     84
    8185private:
    8286        boost::thread* threadObj;
Note: See TracChangeset for help on using the changeset viewer.