git-svn-id: svn://db.shs.com.ru/pip@515 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -346,11 +346,6 @@ void PIThread::setPriority(PIThread::Priority prior) {
|
||||
}
|
||||
|
||||
|
||||
void * PIThread::handle() const {
|
||||
return PRIVATE->thread;
|
||||
}
|
||||
|
||||
|
||||
bool PIThread::waitForFinish(int timeout_msecs) {
|
||||
if (!running_) return true;
|
||||
if (timeout_msecs < 0) {
|
||||
|
||||
Reference in New Issue
Block a user