summaryrefslogtreecommitdiff
path: root/tests/RB_Tree_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RB_Tree_Test.h')
-rw-r--r--tests/RB_Tree_Test.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/RB_Tree_Test.h b/tests/RB_Tree_Test.h
index 1ccdaeae5de..4f20674a17f 100644
--- a/tests/RB_Tree_Test.h
+++ b/tests/RB_Tree_Test.h
@@ -35,11 +35,11 @@ class ACE_RB_Tree_Test
public:
// = Traits
- typedef ACE_RB_Tree<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>
+ typedef ACE_RB_Tree<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>
TREE;
- typedef ACE_RB_Tree_Iterator<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>
+ typedef ACE_RB_Tree_Iterator<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>
ITERATOR;
- typedef ACE_RB_Tree_Reverse_Iterator<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>
+ typedef ACE_RB_Tree_Reverse_Iterator<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>
REVERSE_ITERATOR;
// = Initialization and termination methods.
@@ -80,9 +80,9 @@ private:
ITERATOR stable_fwd_iter_;
// Forward iterator for tree for testing stable interface.
-
+
ITERATOR part_fwd_iter_;
-
+
REVERSE_ITERATOR part_rev_iter_;
REVERSE_ITERATOR stable_rev_iter_;