summaryrefslogtreecommitdiff
path: root/ace/Timer_List_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_List_T.h
parent03aa2fc7a6c56d62526314b7d15561f5e13cdfb9 (diff)
downloadATCD-4c6ed20175df0299d485561c96abdad9a513edd5.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index eaec91b52e3..bc10b67644c 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -173,8 +173,8 @@ private:
// method.
// = Don't allow these operations for now.
- ACE_UNIMPLEMENTED_FUNC (ACE_Timer_List_T (const ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK> &))
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK> &))
+ ACE_UNIMPLEMENTED_FUNC (ACE_Timer_List_T (const ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK> &));
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK> &));
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) && !defined(ACE_HAS_BROKEN_HPUX_TEMPLATES)