Changeset 9896 for source/ariba/utility/system/BlockingMethod.h
- Timestamp:
- Jun 30, 2011, 1:23:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.