Changeset 330 in flair-src for trunk/lib/FlairCore/src/Thread.cpp
- Timestamp:
- 09/25/19 15:29:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Thread.cpp
r313 r330 82 82 void Thread::Resume(void) { pimpl_->Resume(); } 83 83 84 int Thread::WaitUpdate(const IODevice *device) {85 return pimpl_->WaitUpdate(device );84 bool Thread::WaitUpdate(const IODevice *device,Time timeout) { 85 return pimpl_->WaitUpdate(device,timeout); 86 86 } 87 87
Note:
See TracChangeset
for help on using the changeset viewer.