summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Hash_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-06-01 12:44:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-06-01 12:44:19 +0000
commit518a5c2fc2c76fd4fc0ed9111861d04db05d84af (patch)
tree6f230f76ece8adb1480a2846970bae79f4788c45 /ACE/ace/Timer_Hash_T.h
parent0948a8ffb73d62d1474d05a9bc41048b35ee28e0 (diff)
downloadATCD-518a5c2fc2c76fd4fc0ed9111861d04db05d84af.tar.gz
Fri Jun 1 12:43:48 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Condition_Thread_Mutex.cpp: * ace/Message_Queue_T.h: * ace/Message_Queue_T.cpp: * ace/Thread_Semaphore.h: * ace/Time_Policy.h: * ace/Timer_Hash_T.h: Doxygen fixes
Diffstat (limited to 'ACE/ace/Timer_Hash_T.h')
-rw-r--r--ACE/ace/Timer_Hash_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Hash_T.h b/ACE/ace/Timer_Hash_T.h
index 6d488d60cf4..77200c943bc 100644
--- a/ACE/ace/Timer_Hash_T.h
+++ b/ACE/ace/Timer_Hash_T.h
@@ -324,8 +324,8 @@ private:
HASH_ITERATOR *iterator_;
#if defined (ACE_WIN64)
- // Part of a hack... see comments in schedule().
- // This is, essentially, the upper 32 bits of a 64-bit pointer on Win64.
+ /// Part of a hack... see comments in schedule().
+ /// This is, essentially, the upper 32 bits of a 64-bit pointer on Win64.
ptrdiff_t pointer_base_;
#endif