summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Loader/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Loader/Servant_Activator.cpp')
-rw-r--r--TAO/tests/POA/Loader/Servant_Activator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/Loader/Servant_Activator.cpp b/TAO/tests/POA/Loader/Servant_Activator.cpp
index 4f4f711af5a..76650d877d2 100644
--- a/TAO/tests/POA/Loader/Servant_Activator.cpp
+++ b/TAO/tests/POA/Loader/Servant_Activator.cpp
@@ -30,9 +30,9 @@ ACE_RCSID (Loader,
// is used to kill the servant.
ServantActivator::ServantActivator (CORBA::ORB_ptr orb,
- const char *dllname,
- const char *factory_function,
- const char *garbage_collection_function)
+ const ACE_TCHAR *dllname,
+ const ACE_TCHAR *factory_function,
+ const ACE_TCHAR *garbage_collection_function)
: orb_ (CORBA::ORB::_duplicate (orb))
{
// The dll is opened using the dllname passed.