From 244dcc22a7e4bbc72e66be9db27b70faef161312 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 1 Oct 2008 12:03:43 +0000 Subject: Wed Oct 1 12:02:45 UTC 2008 Johnny Willemsen --- TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h') diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h b/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h index 80ecdcbb79e..cf110451beb 100644 --- a/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h +++ b/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h @@ -20,7 +20,7 @@ public: /// Constructor Client_Task (const ACE_TCHAR *input, - const char *simple_test_ior, + const ACE_TCHAR *simple_test_ior, CORBA::ORB_ptr corb, ACE_Thread_Manager *thr_mgr); @@ -31,7 +31,7 @@ public: private: const ACE_TCHAR *input_; - const char *simple_test_input_; + const ACE_TCHAR *simple_test_input_; CORBA::ORB_var corb_; CORBA::ULong error_count_; -- cgit v1.2.1