summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RB_Tree.h')
-rw-r--r--ace/RB_Tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/RB_Tree.h b/ace/RB_Tree.h
index e2ba71cee94..121b0731cfc 100644
--- a/ace/RB_Tree.h
+++ b/ace/RB_Tree.h
@@ -193,6 +193,7 @@ public:
typedef EXT_ID KEY;
typedef INT_ID VALUE;
+ typedef ACE_LOCK lock_type;
typedef ACE_RB_Tree_Node<EXT_ID, INT_ID> ENTRY;
// = ACE-style iterator typedefs.