summaryrefslogtreecommitdiff
path: root/ACE/ace/RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RB_Tree.h')
-rw-r--r--ACE/ace/RB_Tree.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/RB_Tree.h b/ACE/ace/RB_Tree.h
index 4c7b773ef27..c8ef635b3a4 100644
--- a/ACE/ace/RB_Tree.h
+++ b/ACE/ace/RB_Tree.h
@@ -200,13 +200,13 @@ public:
typedef ACE_RB_Tree_Reverse_Iterator<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK> reverse_iterator;
/// Constructor.
- ACE_RB_Tree (ACE_Allocator *alloc = 0);
+ ACE_RB_Tree (ACE_Allocator *alloc = nullptr);
/// Copy constructor.
ACE_RB_Tree (const ACE_RB_Tree<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK> &rbt);
/// Initialize an RB Tree.
- int open (ACE_Allocator *alloc = 0);
+ int open (ACE_Allocator *alloc = nullptr);
/// Close down an RB_Tree and release dynamically allocated
/// resources.
@@ -870,7 +870,6 @@ public:
* from the derived classes and placed in the base class.
*/
int next (ACE_RB_Tree_Node<EXT_ID, INT_ID> *&next_entry) const;
-
};
ACE_END_VERSIONED_NAMESPACE_DECL