summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp b/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
index 903488dbd35..4cbe20c2db0 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
@@ -91,8 +91,8 @@ ImR_Forwarder::preinvoke (const PortableServer::ObjectId &,
TAO_POA_Current *tao_current =
ACE_dynamic_cast (TAO_POA_Current*, this->poa_current_var_.in ());
TAO_POA_Current_Impl *impl = tao_current->implementation ();
- TAO_ObjectKey::encode_sequence_to_string (key_str,
- impl->object_key ());
+ TAO::ObjectKey::encode_sequence_to_string (key_str,
+ impl->object_key ());
// Append the key_string to the IOR that is received from the
// activate_server_with_startup function call.