summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-08 16:58:17 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-08 16:58:17 +0000
commit2b881dd3d0fad3cb5cf79940b4bf3bc18388df6a (patch)
treef56215dd03faac50e0b4b3fbc693ee28b32fa4b3 /TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
parent22fd019274dbce3fc689c85b9a2ac1c6294ee6ed (diff)
downloadATCD-2b881dd3d0fad3cb5cf79940b4bf3bc18388df6a.tar.gz
qualified typename of a function parameter
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
index 33cafa2251b..0839326159d 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
@@ -28,7 +28,7 @@ TAO_Persistent_Context_Index<ACE_MEM_POOL_2, ACE_LOCK>::unbind (const char *poa_
template <ACE_MEM_POOL_1, class ACE_LOCK> int
TAO_Persistent_Context_Index<ACE_MEM_POOL_2, ACE_LOCK>::bind (const char *poa_id,
ACE_UINT32 *&counter,
- CONTEXT *hash_map)
+ TAO_Index::CONTEXT *hash_map)
{
ACE_GUARD_RETURN (ACE_LOCK, ace_mon, *this->lock_, -1);