summaryrefslogtreecommitdiff
path: root/ace/Timer_List.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-17 18:32:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-17 18:32:04 +0000
commitd00fbf37ee62dc095c3d8d37d07cb0ddd8314c77 (patch)
treedbe490f400b11258321c4769832fb3d6ae9a2fed /ace/Timer_List.h
parentd6d3f2b9b07768273454cbb32986da1ccd249030 (diff)
downloadATCD-d00fbf37ee62dc095c3d8d37d07cb0ddd8314c77.tar.gz
foo
Diffstat (limited to 'ace/Timer_List.h')
-rw-r--r--ace/Timer_List.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_List.h b/ace/Timer_List.h
index 379471ae2be..9864fc65b56 100644
--- a/ace/Timer_List.h
+++ b/ace/Timer_List.h
@@ -145,6 +145,10 @@ private:
// Keeps track of the timer id that uniquely identifies each timer.
// This id can be used to cancel a timer via the <cancel (int)>
// method.
+
+ // = Don't allow these operations for now.
+ ACE_Timer_List (const ACE_Timer_List &);
+ void operator= (const ACE_Timer_List &);
};
#endif /* ACE_TIMER_LIST_H */