summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-01 12:03:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-01 12:03:43 +0000
commit244dcc22a7e4bbc72e66be9db27b70faef161312 (patch)
tree892a4bfab419edc6faedad0108b732375aae8000 /TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h
parent2a274d1bd63304106c62b1a2ca86b1008f06eaf7 (diff)
downloadATCD-244dcc22a7e4bbc72e66be9db27b70faef161312.tar.gz
Wed Oct 1 12:02:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h')
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h4
1 files changed, 2 insertions, 2 deletions
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_;