summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Adapter.cpp')
-rw-r--r--TAO/tao/Object_Adapter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Object_Adapter.cpp b/TAO/tao/Object_Adapter.cpp
index d8daa7dbd11..d3d6f972b65 100644
--- a/TAO/tao/Object_Adapter.cpp
+++ b/TAO/tao/Object_Adapter.cpp
@@ -261,11 +261,11 @@ TAO_Object_Adapter::dispatch_servant_i (const TAO_ObjectKey &key,
// Setup for POA Current
const char *operation = req.operation ();
- TAO_POA_Current_Impl current_context (poa,
- key,
- 0,
- operation,
- this->orb_core_);
+ TAO_POA_Current current_context (poa,
+ key,
+ 0,
+ operation,
+ this->orb_core_);
PortableServer::Servant servant = 0;