summaryrefslogtreecommitdiff
path: root/ACE/ace/Functor.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-05-16 06:43:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-05-16 06:43:51 +0000
commitb3a5d4bbe0083f324d995b23c8bc8bfbd2bd5582 (patch)
tree5fcfd51254a3768fa9b34b570981b4fc70302d26 /ACE/ace/Functor.inl
parentfe3840d122dd8b5e00228c7630521e4f4cd98190 (diff)
downloadATCD-b3a5d4bbe0083f324d995b23c8bc8bfbd2bd5582.tar.gz
Wed May 16 06:42:45 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Basic_Types.h: * ace/Basic_Types.cpp: * ace/Functor.inl: * ace/High_Res_Timer.inl: * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * tests/Basic_Types_Test.cpp: * tests/Bug_2434_Regression_Test.cpp: * tests/Time_Value_Test.cpp: More cleanup due to removal of NSK * ace/Basic_Types.inl: Removed this file.
Diffstat (limited to 'ACE/ace/Functor.inl')
-rw-r--r--ACE/ace/Functor.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Functor.inl b/ACE/ace/Functor.inl
index dc3de606948..312d5dd5bd1 100644
--- a/ACE/ace/Functor.inl
+++ b/ACE/ace/Functor.inl
@@ -126,7 +126,7 @@ ACE_Hash<ACE_UINT64>::operator () (const ACE_UINT64 &t) const
return static_cast<unsigned long> (t);
#endif /* ACE_SIZEOF_LONG */
}
-#endif /* !ACE_LACKS_UNSIGNEDLONGLONG_T */
+#endif /* ACE_SIZEOF_LONG < 8 */
ACE_INLINE unsigned long
ACE_Hash<const char *>::operator () (const char *t) const