summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Exception_Test
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Exception_Test')
-rw-r--r--TAO/tests/Collocation_Exception_Test/Client_Task.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Collocation_Exception_Test/Client_Task.cpp b/TAO/tests/Collocation_Exception_Test/Client_Task.cpp
index c272d6a800f..3ff95dfb3e0 100644
--- a/TAO/tests/Collocation_Exception_Test/Client_Task.cpp
+++ b/TAO/tests/Collocation_Exception_Test/Client_Task.cpp
@@ -7,8 +7,8 @@
ACE_RCSID(Collocation_Oneway_Tests, Client_Task, "$Id$")
Client_Task::Client_Task (const char *ior,
- CORBA::ORB_ptr corb,
- ACE_Thread_Manager *thr_mgr)
+ CORBA::ORB_ptr corb,
+ ACE_Thread_Manager *thr_mgr)
: ACE_Task_Base (thr_mgr)
, input_ (ior)
, corb_ (CORBA::ORB::_duplicate (corb))
@@ -107,7 +107,7 @@ Client_Task::svc (void)
CORBA::String_var the_string = hello->get_string ();
ACE_DEBUG ((LM_DEBUG, "(%P|%t) - string returned <%s>\n",
- the_string.in ()));
+ the_string.in ()));
this->test_system_exception (hello.in ());