diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-08 22:27:58 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-08 22:27:58 +0000 |
commit | 67df76858c263dd52b3aa122141599d47bf6a200 (patch) | |
tree | b150d9d8b6cdc18d9dbb806a63758c3e0fdf188e /ace | |
parent | 94bd5f4100db40ef222e6d10c66b3060112aea98 (diff) | |
download | ATCD-67df76858c263dd52b3aa122141599d47bf6a200.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Strategies_T.h | 1 | ||||
-rw-r--r-- | ace/Timer_Queue_T.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ace/Strategies_T.h b/ace/Strategies_T.h index 964f747f9a4..1d0b6197914 100644 --- a/ace/Strategies_T.h +++ b/ace/Strategies_T.h @@ -602,6 +602,7 @@ public: private: ACE_Hash_Map_Manager <ACE_Hash_Addr <ACE_PEER_CONNECTOR_ADDR,SVC_HANDLER>, SVC_HANDLER*, MUTEX> connection_cache_; + // Table that maintains the cache of connected <SVC_HANDLER>s. }; template <class SVC_HANDLER> diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp index a18440406ff..8fa83172d9c 100644 --- a/ace/Timer_Queue_T.cpp +++ b/ace/Timer_Queue_T.cpp @@ -5,6 +5,7 @@ #define ACE_TIMER_QUEUE_T_C #define ACE_BUILD_DLL +#include "ace/Synch.h" #include "ace/Timer_Queue_T.h" #if !defined (__ACE_INLINE__) |