summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h
index 79082ecb854..acd30853e04 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h
@@ -19,11 +19,11 @@ namespace TAO
{
typedef ACE_Hash_Map_Manager<
ACE_CString,
- const ::TAO_PG::Properties_Decoder *,
+ ::TAO_PG::Properties_Decoder *,
TAO_SYNCH_MUTEX> PG_Typeid_Properties_Map;
typedef ACE_Hash_Map_Iterator<
ACE_CString,
- const ::TAO_PG::Properties_Decoder *,
+ ::TAO_PG::Properties_Decoder *,
TAO_SYNCH_MUTEX> PG_Typeid_Properties_Map_Iterator;
} //namespace TAO_PG