mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 19:48:44 +02:00
style and consistency fixes
This commit is contained in:
@@ -28,11 +28,16 @@
|
||||
#include "Poco/UnWindows.h"
|
||||
#endif
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
|
||||
const Clock::ClockVal Clock::CLOCKVAL_MIN = std::numeric_limits<Clock::ClockVal>::min();
|
||||
const Clock::ClockVal Clock::CLOCKVAL_MAX = std::numeric_limits<Clock::ClockVal>::max();
|
||||
|
||||
|
||||
Clock::Clock()
|
||||
{
|
||||
update();
|
||||
|
Reference in New Issue
Block a user