summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-05-12 11:18:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-05-12 11:18:13 +0000
commitb48d3b6d549c60df6cea2eb2cce0eab94332fc44 (patch)
treebf2bda66736860a323a46ac6c191e6b59f4e1aa5 /ACE/ace/Time_Value.h
parentfb27dcac0c7554bb3dd67d679f2665f67e6f27b3 (diff)
downloadATCD-b48d3b6d549c60df6cea2eb2cce0eab94332fc44.tar.gz
Sat May 12 11:11:45 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Time_Value.h: * ace/Time_Value.cpp: None of the windows compilers define ACE_LACKS_LONGLONG_T * ace/High_Res_Timer.h: * ace/High_Res_Timer.inl: * ace/High_Res_Timer.cpp: Integrated patches from bugzilla 3703 increasing the precision of the high resolution timers on windows
Diffstat (limited to 'ACE/ace/Time_Value.h')
-rw-r--r--ACE/ace/Time_Value.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/Time_Value.h b/ACE/ace/Time_Value.h
index cb33f1aa121..9a7fd5408b6 100644
--- a/ACE/ace/Time_Value.h
+++ b/ACE/ace/Time_Value.h
@@ -341,11 +341,7 @@ public:
# if defined (ACE_WIN32)
/// Const time difference between FILETIME and POSIX time.
-# if defined (ACE_LACKS_LONGLONG_T)
- static const ACE_U_LongLong FILETIME_to_timval_skew;
-# else
static const DWORDLONG FILETIME_to_timval_skew;
-# endif // ACE_LACKS_LONGLONG_T
# endif /* ACE_WIN32 */
private: