style and consistency fixes

This commit is contained in:
Guenter Obiltschnig
2014-11-06 12:04:28 +01:00
parent 5b74121119
commit 6741e90bba
6 changed files with 32 additions and 12 deletions

View File

@@ -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();