synchronized trunk

This commit is contained in:
Guenter Obiltschnig
2007-08-10 13:57:07 +00:00
parent 2ef3a4f9d2
commit a04bae94d7
63 changed files with 2735 additions and 352 deletions

View File

@@ -1,7 +1,7 @@
//
// Timer.h
//
// $Id: //poco/Main/Foundation/include/Poco/Timer.h#2 $
// $Id: //poco/Main/Foundation/include/Poco/Timer.h#3 $
//
// Library: Foundation
// Package: Threading
@@ -138,6 +138,9 @@ private:
Event _done;
AbstractTimerCallback* _pCallback;
mutable FastMutex _mutex;
Timer(const Timer&);
Timer& operator = (const Timer&);
};