diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-17 18:32:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-17 18:32:04 +0000 |
commit | d00fbf37ee62dc095c3d8d37d07cb0ddd8314c77 (patch) | |
tree | dbe490f400b11258321c4769832fb3d6ae9a2fed /ace/Timer_Heap.h | |
parent | d6d3f2b9b07768273454cbb32986da1ccd249030 (diff) | |
download | ATCD-d00fbf37ee62dc095c3d8d37d07cb0ddd8314c77.tar.gz |
foo
Diffstat (limited to 'ace/Timer_Heap.h')
-rw-r--r-- | ace/Timer_Heap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Heap.h b/ace/Timer_Heap.h index 3dee9a4a8ee..5b24e3dcc4e 100644 --- a/ace/Timer_Heap.h +++ b/ace/Timer_Heap.h @@ -204,6 +204,10 @@ private: ACE_Unbounded_Set<ACE_Timer_Node *> preallocated_node_set_; // Set of pointers to the arrays of preallocated timer nodes. // Used to delete the allocated memory when required. + + // = Don't allow these operations for now. + ACE_Timer_Heap (const ACE_Timer_Heap &); + void operator= (const ACE_Timer_Heap &); }; #endif /* ACE_TIMER_HEAP_H */ |