summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Ref_Table.h')
-rw-r--r--TAO/tao/Object_Ref_Table.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Object_Ref_Table.h b/TAO/tao/Object_Ref_Table.h
index 705ef575161..014463862e1 100644
--- a/TAO/tao/Object_Ref_Table.h
+++ b/TAO/tao/Object_Ref_Table.h
@@ -55,7 +55,9 @@ class TAO_Export TAO_Object_Ref_Table
{
public:
- typedef ACE_Array_Map<CORBA::String_var, CORBA::Object_var> Table;
+ typedef ACE_Array_Map<CORBA::String_var,
+ CORBA::Object_var,
+ TAO::String_Var_Equal_To> Table;
typedef Table::iterator iterator;