summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h
index f5843005c97..7043389256d 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h
@@ -145,10 +145,10 @@ public:
/// Type-specific property hash map.
typedef ACE_Hash_Map_Manager_Ex<
- const char *,
+ ACE_CString,
PortableGroup::Properties,
- ACE_Hash<const char *>,
- ACE_Equal_To<const char *>,
+ ACE_Hash<ACE_CString>,
+ ACE_Equal_To<ACE_CString>,
ACE_Null_Mutex> Type_Prop_Table;
private: