summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp')
-rw-r--r--TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
index aea5dc9147e..b0d2e096c74 100644
--- a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
+++ b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
@@ -42,7 +42,7 @@ ServantActivator_i::incarnate (const PortableServer::ObjectId &oid,
// Activate and return the servant else exception.
PortableServer::Servant servant =
- this->servant_manager_.obtain_servant (s.in (),
+ this->servant_manager_.obtain_servant (ACE_TEXT_CHAR_TO_TCHAR(s.in ()),
poa);
if (servant != 0)
return servant;