added Clock class which provides a monotonic clock on most platforms and is now used by Poco::Timer, Poco::Stopwatch, Poco::TimedNotificationQueue and Poco::UtilTimer to avoid issues when the system time is changed

This commit is contained in:
Guenter Obiltschnig
2013-12-12 18:33:29 +01:00
parent 5edb90c48e
commit ac2b26fcb9
47 changed files with 884 additions and 48 deletions

View File

@@ -1021,6 +1021,9 @@
<Filter
Name="Source Files"
Filter="">
<File
RelativePath=".\src\ClockTest.cpp">
</File>
<File
RelativePath=".\src\DateTimeFormatterTest.cpp">
</File>
@@ -1052,6 +1055,9 @@
<Filter
Name="Header Files"
Filter="">
<File
RelativePath=".\src\ClockTest.h">
</File>
<File
RelativePath=".\src\DateTimeFormatterTest.h">
</File>