diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-07 02:30:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-07 02:30:39 +0000 |
commit | 886f4c469c21697a9466d808e54bae9008c3b3ae (patch) | |
tree | c44b4b74017a56652b70ac655f97559570738a85 /ace/Timer_Hash_T.cpp | |
parent | 88fd7713bb6aa04c7c261a1d5ae340f0623d214d (diff) | |
download | ATCD-886f4c469c21697a9466d808e54bae9008c3b3ae.tar.gz |
added #includes of ace/High_Res_Timer.h
Diffstat (limited to 'ace/Timer_Hash_T.cpp')
-rw-r--r-- | ace/Timer_Hash_T.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Timer_Hash_T.cpp b/ace/Timer_Hash_T.cpp index ab3cdb2f809..ea078497f58 100644 --- a/ace/Timer_Hash_T.cpp +++ b/ace/Timer_Hash_T.cpp @@ -4,6 +4,7 @@ #define ACE_BUILD_DLL #include "ace/Timer_Hash_T.h" +#include "ace/High_Res_Timer.h" struct Hash_Token { @@ -372,6 +373,7 @@ ACE_Timer_Hash_T<TYPE, FUNCTOR, LOCK, BUCKET>::cancel (const TYPE &type, int dont_call) { ACE_TRACE ("ACE_Timer_Hash_T::cancel"); + ACE_MT (ACE_GUARD_RETURN (LOCK, ace_mon, this->mutex_, -1)); size_t i; // loop variable |