summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_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_Queue_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_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 1206f512ab7..a45a3957641 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -313,8 +313,8 @@ private:
// Adjusts for timer skew in various clocks.
// = Don't allow these operations for now.
- ACE_Timer_Queue_T (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &);
- void operator= (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &);
+ ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Queue_T (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &))
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &))
};
template <class ACE_LOCK>