summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-09 06:13:46 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-09 06:13:46 +0000
commitc6de019e227775c9ccefa1ca23e564da98ae2409 (patch)
treeab5e1ce0dcb7f04a6cbe8bbc2dad64b672a15998 /ace
parent77cfe09ad4ccf2626f32b719b76d830832f27c45 (diff)
downloadATCD-c6de019e227775c9ccefa1ca23e564da98ae2409.tar.gz
ChangeLogTag: Thu Apr 09 08:07:11 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r--ace/Timer_Queue_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 9f63f256364..6875d0a5a3e 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -403,6 +403,10 @@ public:
int deletion (TIMER_QUEUE &timer_queue,
ACE_Event_Handler *handler,
const void *arg);
+private:
+ // = Don't allow these operations for now.
+ ACE_UNIMPLEMENTED_FUNC (ACE_Event_Handler_Handle_Timeout_Upcall (const ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK> &))
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK> &))
};
#if defined (__ACE_INLINE__)