summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-10-02 06:31:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-10-02 06:31:16 +0000
commit272d07e1685a1322c3b76358ed93add08963e550 (patch)
tree11743196bb743c2f82d0ca235d7c42c4385a5ded /ace/RB_Tree.h
parent352e41002231798a825c01af9676de8044b1c8a0 (diff)
downloadATCD-272d07e1685a1322c3b76358ed93add08963e550.tar.gz
ChangeLogTag:Fri Oct 1 23:30:06 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
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.