diff options
author | vzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-09-26 09:36:59 +0000 |
---|---|---|
committer | vzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-09-26 09:36:59 +0000 |
commit | f2fa0dca767976628354595cb4e1038ef1670c67 (patch) | |
tree | c4e73b28a9cf2abaa1c1ea057fee9cec5b2aeebd /ACE/ace/Timer_Hash_T.h | |
parent | 6efc8902c11239e7f4fe9f7490e3100b72db4317 (diff) | |
download | ATCD-f2fa0dca767976628354595cb4e1038ef1670c67.tar.gz |
ChangeLogTag: Wed Sep 26 09:34:29 UTC 2007 Vladimir Zykov <vladimir.zykov@prismtech.com>
Diffstat (limited to 'ACE/ace/Timer_Hash_T.h')
-rw-r--r-- | ACE/ace/Timer_Hash_T.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/Timer_Hash_T.h b/ACE/ace/Timer_Hash_T.h index 28230ba628b..5956d3691b4 100644 --- a/ACE/ace/Timer_Hash_T.h +++ b/ACE/ace/Timer_Hash_T.h @@ -27,8 +27,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL // Forward declaration. template <class TYPE, class FUNCTOR, class ACE_LOCK, class BUCKET> class ACE_Timer_Hash_T; -template <typename TYPE> -class Hash_Token; /** * @class ACE_Timer_Hash_Upcall @@ -311,10 +309,6 @@ private: ptrdiff_t pointer_base_; #endif - /// Hash_Token is usually allocated in schedule but its - /// deallocation is problematic and token_list_ helps with this. - ACE_Locked_Free_List<Hash_Token<TYPE>, ACE_Null_Mutex> token_list_; - // = Don't allow these operations for now. ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Hash_T (const ACE_Timer_Hash_T<TYPE, FUNCTOR, ACE_LOCK, BUCKET> &)) ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Hash_T<TYPE, FUNCTOR, ACE_LOCK, BUCKET> &)) |