Add UptimeTimer class

This commit is contained in:
Vinnie Falco
2013-05-25 09:04:16 -07:00
parent bf5a7469f4
commit d0f75ccda1
6 changed files with 134 additions and 2 deletions

View File

@@ -27,10 +27,12 @@
// VFALCO: TODO, fix these warnings!
#ifdef _MSC_VER
//#pragma warning (push) // Causes spurious C4503 "decorated name exceeds maximum length"
#pragma warning (disable: 4018) // signed/unsigned mismatch
#pragma warning (disable: 4244) // conversion, possible loss of data
//#pragma warning (disable: 4018) // signed/unsigned mismatch
//#pragma warning (disable: 4244) // conversion, possible loss of data
#endif
#include "events/ripple_UptimeTimer.cpp"
#ifdef _MSC_VER
//#pragma warning (pop)
#endif