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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp b/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
index 4b1f43e465c..73d9ad0c420 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
@@ -98,7 +98,7 @@ ImR_Forwarder::preinvoke (const PortableServer::ObjectId &,
CORBA::String_var key_str;
// Unlike POA Current, this implementation cannot be cached.
TAO_POA_Current* tao_current =
- dynamic_cast<TAO_POA_Current*>(this->poa_current_var_.in ());
+ dynamic_cast<TAO_POA_Current*> (this->poa_current_var_.in ());
ACE_ASSERT(tao_current != 0);
TAO_POA_Current_Impl* impl = tao_current->implementation ();
TAO::ObjectKey::encode_sequence_to_string (key_str.out(), impl->object_key ());