summaryrefslogtreecommitdiff
path: root/ace/Priority_Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-27 00:40:47 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-27 00:40:47 +0000
commit75cba8e56ccbf4df650e04f19cd56e72e31b0e58 (patch)
tree173bec3360b7cc717f5819759ec1343aa946a3df /ace/Priority_Reactor.h
parentbfcbb7ae0f4ba93094ea3096f73c766a20ca1324 (diff)
downloadATCD-75cba8e56ccbf4df650e04f19cd56e72e31b0e58.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Priority_Reactor.h')
-rw-r--r--ace/Priority_Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Priority_Reactor.h b/ace/Priority_Reactor.h
index 09c7f71c4f8..f25ee59c4c1 100644
--- a/ace/Priority_Reactor.h
+++ b/ace/Priority_Reactor.h
@@ -78,8 +78,8 @@ private:
// The queues themselves use this allocator to minimize dynamic
// memory usage.
- ACE_Priority_Reactor (const ACE_Select_Reactor &);
- ACE_Priority_Reactor &operator = (const ACE_Select_Reactor &);
+ ACE_UNIMPLEMENTED_FUNC (ACE_Priority_Reactor (const ACE_Select_Reactor &));
+ ACE_UNIMPLEMENTED_FUNC (ACE_Priority_Reactor &operator = (const ACE_Select_Reactor &));
// Deny access since member-wise won't work...
};