mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 21:53:49 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user