mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 07:23:44 +02:00
trunk: backport eventing from 1.4.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Mutex_POSIX.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/include/Poco/Mutex_POSIX.h#3 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/Mutex_POSIX.h#2 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Threading
|
||||
@@ -92,7 +92,6 @@ inline bool MutexImpl::tryLockImpl()
|
||||
return false;
|
||||
else
|
||||
throw SystemException("cannot lock mutex");
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user