summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-06 23:52:22 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-06 23:52:22 +0000
commit5ab259b6c7dd070f28c0093588762ab1a1a100e4 (patch)
tree7cbfc75371bb3a225e72481bf64d1fdc014801c7
parenta7e7ccab0b3094bf1cb6275fb2778ead3e7cdc55 (diff)
downloadATCD-5ab259b6c7dd070f28c0093588762ab1a1a100e4.tar.gz
ChangeLogTag: Wed Aug 6 18:39:32 CDT 2003 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
-rw-r--r--TAO/performance-tests/Latency/Collocation/Client_Task.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/TAO/performance-tests/Latency/Collocation/Client_Task.cpp b/TAO/performance-tests/Latency/Collocation/Client_Task.cpp
index 4acc9e86a3b..32bcb223503 100644
--- a/TAO/performance-tests/Latency/Collocation/Client_Task.cpp
+++ b/TAO/performance-tests/Latency/Collocation/Client_Task.cpp
@@ -35,17 +35,16 @@ Client_Task::svc (void)
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
-
Test::Roundtrip_var rt =
Test::Roundtrip::_narrow(tmp.in () ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (CORBA::is_nil (rt.in ()))
- {
- ACE_ERROR_RETURN ((LM_DEBUG,
- "Nil Test::Roundtrip reference <%s>\n",
- ior.c_str()) ,1);
- }
+ {
+ ACE_ERROR_RETURN ((LM_DEBUG,
+ "Nil Test::Roundtrip reference <%s>\n",
+ ior.c_str()) ,1);
+ }
//// Start Test ///////////////////////////////
CORBA::Long test_time = 1234L;
@@ -92,7 +91,7 @@ Client_Task::svc (void)
ACE_CATCHANY
{
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
- "Exception caught:");
+ "Exception caught:");
return 1;
}
ACE_ENDTRY;