summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Exception_Test
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-16 00:55:02 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-16 00:55:02 +0000
commitf0fbaafa34daea5f30b8a6708038499b4fef3197 (patch)
tree2d88dd1435fe862e009b80bfbf022273eba55f8d /TAO/tests/Collocation_Exception_Test
parentb0291c31ba6b0a94e5ff531aa9a9a9998fd35fae (diff)
downloadATCD-f0fbaafa34daea5f30b8a6708038499b4fef3197.tar.gz
Mon Jun 16 00:51:02 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
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 ());