mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -141,8 +141,8 @@ protected:
|
||||
void run();
|
||||
|
||||
private:
|
||||
volatile long _startInterval;
|
||||
volatile long _periodicInterval;
|
||||
long _startInterval;
|
||||
long _periodicInterval;
|
||||
Event _wakeUp;
|
||||
Event _done;
|
||||
long _skipped;
|
||||
|
||||
Reference in New Issue
Block a user