summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
index d613b95f5d9..3d80a223ede 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
@@ -18,13 +18,13 @@
ACE_RCSID(Naming, Persistent_Naming_Context, "$Id:")
TAO_Persistent_Naming_Context::TAO_Persistent_Naming_Context(TAO_Naming_Context *interface,
- TAO_Index *index,
+ TAO_Index *context_index,
PortableServer::POA_ptr poa,
const char *poa_id,
size_t default_hash_table_size)
: counter_ (0),
- context_ (index->orb ()),
- index_ (index),
+ context_ (context_index->orb ()),
+ index_ (context_index),
poa_ (PortableServer::POA::_duplicate (poa)),
poa_id_ (poa_id),
lock_ (0),
@@ -42,14 +42,14 @@ TAO_Persistent_Naming_Context::TAO_Persistent_Naming_Context(TAO_Naming_Context
}
TAO_Persistent_Naming_Context::TAO_Persistent_Naming_Context(TAO_Naming_Context *interface,
- TAO_Index *index,
+ TAO_Index *context_index,
PortableServer::POA_ptr poa,
const char *poa_id,
HASH_MAP *map,
ACE_UINT32 *counter)
: counter_ (counter),
- context_ (index->orb ()),
- index_ (index),
+ context_ (context_index->orb ()),
+ index_ (context_index),
poa_ (PortableServer::POA::_duplicate (poa)),
poa_id_ (poa_id),
lock_ (0),