summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-30 13:01:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-30 13:01:31 +0000
commitcb472adf6f71828b27c34dc5ebe5443ae2a93e21 (patch)
tree1c453395368bc4841a0c6d47617a2eb339a44338 /ace/RB_Tree.h
parent4bef90a20ac2ac390f631ff7bbf1f22b35414aad (diff)
downloadATCD-cb472adf6f71828b27c34dc5ebe5443ae2a93e21.tar.gz
(RB_Tree_Iterator::operator =): added explicit return type to the
declaration. Wrapped with ACE_UNIMPLEMENTED_FUNC.
Diffstat (limited to 'ace/RB_Tree.h')
-rw-r--r--ace/RB_Tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/RB_Tree.h b/ace/RB_Tree.h
index 36659adcd83..64c2619e5c8 100644
--- a/ace/RB_Tree.h
+++ b/ace/RB_Tree.h
@@ -221,8 +221,8 @@ private:
// declare private and do not define: explicitly
// prevent assignment and copy construction of iterators
- RB_Tree_Iterator (const RB_Tree_Iterator<KEY, T> &);
- operator = (const RB_Tree_Iterator<KEY, T> &);
+ ACE_UNIMPLEMENTED_FUNC (RB_Tree_Iterator (const RB_Tree_Iterator<KEY, T> &))
+ ACE_UNIMPLEMENTED_FUNC (void operator = (const RB_Tree_Iterator<KEY, T> &))
// private members