added POCO_VERSION macro to Poco/Foundation.h, fixed SF# 2807527

This commit is contained in:
Guenter Obiltschnig
2009-06-17 06:42:38 +00:00
parent f2ca58ff73
commit 81918bf522
3 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
//
// Timer.h
//
// $Id: //poco/Main/Foundation/include/Poco/Timer.h#5 $
// $Id: //poco/Main/Foundation/include/Poco/Timer.h#6 $
//
// Library: Foundation
// Package: Threading
@@ -161,7 +161,7 @@ private:
Event _wakeUp;
Event _done;
AbstractTimerCallback* _pCallback;
Poco::Timestamp _nextInvocation;
Timestamp _nextInvocation;
mutable FastMutex _mutex;
Timer(const Timer&);