summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
commiteb17bf7f11e5f9df768e4951baf92da2566ddfd9 (patch)
tree7c5edd25e1ba9abeb35eefeab15cbecbcdcca9a0 /TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
parent0cc711b8c1613db64b11bba749b8840ded5431f8 (diff)
downloadATCD-eb17bf7f11e5f9df768e4951baf92da2566ddfd9.tar.gz
ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin <jtc@acorntoolworks.com>
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 ());