diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-29 20:52:41 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-29 20:52:41 +0000 |
commit | bdc9985cda60d25ed4edb1a62c0624020f76e6eb (patch) | |
tree | 213774c93e7e13571e052692c9e1483a447dccce /ace/Timer_Hash_T.h | |
parent | 4c6ed20175df0299d485561c96abdad9a513edd5 (diff) | |
download | ATCD-bdc9985cda60d25ed4edb1a62c0624020f76e6eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Hash_T.h')
-rw-r--r-- | ace/Timer_Hash_T.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Timer_Hash_T.h b/ace/Timer_Hash_T.h index 178a4130391..8bebc77f86c 100644 --- a/ace/Timer_Hash_T.h +++ b/ace/Timer_Hash_T.h @@ -68,8 +68,8 @@ private: // Timer Queue to do the calling up to // = Don't allow these operations for now. - ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Hash_Upcall (const ACE_Timer_Hash_Upcall<TYPE, FUNCTOR, ACE_LOCK> &)); - ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Hash_Upcall<TYPE, FUNCTOR, ACE_LOCK> &)); + ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Hash_Upcall (const ACE_Timer_Hash_Upcall<TYPE, FUNCTOR, ACE_LOCK> &)) + ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Hash_Upcall<TYPE, FUNCTOR, ACE_LOCK> &)) }; template <class TYPE, class FUNCTOR, class ACE_LOCK, class BUCKET> @@ -226,8 +226,8 @@ private: // Iterator used to expire timers. // = 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> &)); + 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> &)) }; #if defined (ACE_TEMPLATES_REQUIRE_SOURCE) && !defined(ACE_HAS_BROKEN_HPUX_TEMPLATES) |