trunk: backport eventing from 1.4.3

This commit is contained in:
Marian Krivos
2012-02-05 12:16:58 +00:00
parent 59fe68edbe
commit 7d7c02c579
412 changed files with 3564 additions and 3634 deletions

View File

@@ -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");
}