Changeset 9896 for source/ariba/utility
- Timestamp:
- Jun 30, 2011, 1:23:04 PM (13 years ago)
- Location:
- source/ariba/utility/system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/BlockingMethod.cpp
r3690 r9896 80 80 } 81 81 82 void BlockingMethod::joinThread(){ 83 this->threadObj->join(); 84 } 85 82 86 }} // namespace ariba, common -
source/ariba/utility/system/BlockingMethod.h
r3690 r9896 63 63 void runBlockingMethod(); 64 64 65 // block until thread ended 66 void joinThread(); 67 65 68 protected: 66 69 … … 79 82 virtual void blockingFunction() = 0; 80 83 84 81 85 private: 82 86 boost::thread* threadObj;
Note:
See TracChangeset
for help on using the changeset viewer.