summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel_T.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-01 15:16:15 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-01 15:16:15 +0000
commit5447598ca9f382e2f35ea65246d93556f3f633c6 (patch)
tree3c423dee9a45c949787f0f10d1cf8c23c8deb7a7 /ace/Timer_Wheel_T.h
parent16669a4f8148bbf9579578786a39ebaf02d46ef0 (diff)
downloadATCD-5447598ca9f382e2f35ea65246d93556f3f633c6.tar.gz
wrapper unimplemented template class copy constructor and assignment operator with ACE_UNIMPLEMENTED_FUNC
Diffstat (limited to 'ace/Timer_Wheel_T.h')
-rw-r--r--ace/Timer_Wheel_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Wheel_T.h b/ace/Timer_Wheel_T.h
index ffabbaedf29..30981de7378 100644
--- a/ace/Timer_Wheel_T.h
+++ b/ace/Timer_Wheel_T.h
@@ -195,8 +195,8 @@ private:
// Pointer to the freelist of <ACE_Timer_Node_T<TYPE>>.
// = Don't allow these operations for now.
- ACE_Timer_Wheel_T (const ACE_Timer_Wheel_T<TYPE, FUNCTOR, LOCK> &);
- void operator= (const ACE_Timer_Wheel_T<TYPE, FUNCTOR, LOCK> &);
+ ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Wheel_T (const ACE_Timer_Wheel_T<TYPE, FUNCTOR, LOCK> &))
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Wheel_T<TYPE, FUNCTOR, LOCK> &))
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)