summaryrefslogtreecommitdiff
path: root/ace/Timer_Hash_T.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-29 20:16:51 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-29 20:16:51 +0000
commit4c6ed20175df0299d485561c96abdad9a513edd5 (patch)
tree2a3c5000d103ba9a53b3c26b82e818cffbd62cc2 /ace/Timer_Hash_T.h
parent03aa2fc7a6c56d62526314b7d15561f5e13cdfb9 (diff)
downloadATCD-4c6ed20175df0299d485561c96abdad9a513edd5.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Hash_T.h')
-rw-r--r--ace/Timer_Hash_T.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Timer_Hash_T.h b/ace/Timer_Hash_T.h
index 8bebc77f86c..178a4130391 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)