diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-23 08:13:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-23 08:13:54 +0000 |
commit | f7f268dfb9d005db91487e13d93167d262a382c9 (patch) | |
tree | f94e0e87430c38e5ad48d4b03b94919bf58dd922 /TAO/tests/OBV | |
parent | 62004ed1d3a9203a57801a10bbf71c47b7b71dd3 (diff) | |
download | ATCD-f7f268dfb9d005db91487e13d93167d262a382c9.tar.gz |
Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/OBV')
-rw-r--r-- | TAO/tests/OBV/Collocated/Forward/Client_Task.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/Forward/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/Simple/OBV_impl.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/Supports/Supports_Test_impl.cpp | 4 | ||||
-rw-r--r-- | TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp | 16 | ||||
-rw-r--r-- | TAO/tests/OBV/Truncatable/client.cpp | 6 | ||||
-rw-r--r-- | TAO/tests/OBV/ValueBox/client.cpp | 14 |
7 files changed, 23 insertions, 23 deletions
diff --git a/TAO/tests/OBV/Collocated/Forward/Client_Task.cpp b/TAO/tests/OBV/Collocated/Forward/Client_Task.cpp index 2487abff11c..3e29c2e7fb6 100644 --- a/TAO/tests/OBV/Collocated/Forward/Client_Task.cpp +++ b/TAO/tests/OBV/Collocated/Forward/Client_Task.cpp @@ -234,7 +234,7 @@ Client_Task::dump_node (BaseNode *bn, int indent) else { ACE_DEBUG ((LM_DEBUG, - "%x <BaseNode> \n", + "%x <BaseNode>\n", bn)); } diff --git a/TAO/tests/OBV/Forward/client.cpp b/TAO/tests/OBV/Forward/client.cpp index 20bab6128fe..dabff3e82c4 100644 --- a/TAO/tests/OBV/Forward/client.cpp +++ b/TAO/tests/OBV/Forward/client.cpp @@ -56,7 +56,7 @@ dump_node (BaseNode *bn, int indent) else { ACE_DEBUG ((LM_DEBUG, - "%x <BaseNode> \n", + "%x <BaseNode>\n", bn)); } diff --git a/TAO/tests/OBV/Simple/OBV_impl.cpp b/TAO/tests/OBV/Simple/OBV_impl.cpp index 6b37d9f1af8..8ae13d5288a 100644 --- a/TAO/tests/OBV/Simple/OBV_impl.cpp +++ b/TAO/tests/OBV/Simple/OBV_impl.cpp @@ -28,7 +28,7 @@ Event_impl::_copy_value (void) void Event_impl::do_print (void) { - ACE_DEBUG((LM_DEBUG, "(value %d) \n", + ACE_DEBUG((LM_DEBUG, "(value %d) \n", (CORBA::ULong) this->value_())); } diff --git a/TAO/tests/OBV/Supports/Supports_Test_impl.cpp b/TAO/tests/OBV/Supports/Supports_Test_impl.cpp index aed6a334db4..26ef074e232 100644 --- a/TAO/tests/OBV/Supports/Supports_Test_impl.cpp +++ b/TAO/tests/OBV/Supports/Supports_Test_impl.cpp @@ -45,10 +45,10 @@ void vt_graph_impl::print (void) { ACE_DEBUG ((LM_DEBUG, - "Printing graph data... \n")); + "Printing graph data...\n")); ACE_DEBUG ((LM_DEBUG, - "Number of nodes: [%d] \n", nodes_ ().length ())); + "Number of nodes: [%d]\n", nodes_ ().length ())); for (size_t i = 0; i < nodes_ ().length (); i++) nodes_ ()[i]->print (); diff --git a/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp b/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp index cd1b9c88096..774c9861e46 100644 --- a/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp +++ b/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp @@ -21,7 +21,7 @@ Test_impl::op1 ( if (TAO_debug_level > 0) ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op1") - ACE_TEXT(" id=%s basic_data=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u desc=%s\n"), id, iv->basic_data (), desc)); char *tmp = @@ -46,7 +46,7 @@ Test_impl::op2 ( if (TAO_debug_level > 0) ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op2") - ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s\n"), id, iv->basic_data (), iv->data1 (), desc)); char *tmp = CORBA::string_alloc (ACE_OS::strlen (id) + ACE_OS::strlen (desc) + 2); @@ -71,7 +71,7 @@ Test_impl::op3 ( if (TAO_debug_level > 0) ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op3") - ACE_TEXT(" id=%s basic_data=%u data=%u data4=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data=%u data4=%u desc=%s\n"), id, iv->basic_data (), iv->nv4()->data (), iv->data4 (), desc)); char *tmp = @@ -106,21 +106,21 @@ Test_impl::op4 ( { ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op4") - ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s\n"), id, iv1->basic_data (), iv1->data1 (), desc)); ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op4") - ACE_TEXT(" id=%s basic_data=%u data=%u data4=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data=%u data4=%u desc=%s\n"), id, iv2->basic_data (), iv2->nv4()->data (), iv2->data4 (), desc)); ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op4") - ACE_TEXT(" id=%s basic_data=%u data=%u data4=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data=%u data4=%u desc=%s\n"), id, iv3->basic_data (), iv3->nv4()->data (), iv3->data4 (), desc)); ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op4") - ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s\n"), id, iv4->basic_data (), iv4->data1 (), desc)); } @@ -165,7 +165,7 @@ Test_impl::op5 (const CORBA::Any& val, if (TAO_debug_level > 0) ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t)Test_impl::op5") - ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s \n"), + ACE_TEXT(" id=%s basic_data=%u data1=%u desc=%s\n"), id, iv->basic_data (), iv->data1 (), desc)); char *tmp = CORBA::string_alloc (ACE_OS::strlen (id) + ACE_OS::strlen (desc) + 2); diff --git a/TAO/tests/OBV/Truncatable/client.cpp b/TAO/tests/OBV/Truncatable/client.cpp index a9e9359b692..2bc631f9667 100644 --- a/TAO/tests/OBV/Truncatable/client.cpp +++ b/TAO/tests/OBV/Truncatable/client.cpp @@ -475,7 +475,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) ACE_TEXT ("passed") : ACE_TEXT ("failed"))); } - ACE_DEBUG ((LM_DEBUG, "(%P|%t) client - shutdown orb \n")); + ACE_DEBUG ((LM_DEBUG, "(%P|%t) client - shutdown orb\n")); test->shutdown (); @@ -484,11 +484,11 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) if (fail) { - ACE_ERROR ((LM_ERROR, "(%P|%t) client: test failed \n")); + ACE_ERROR ((LM_ERROR, "(%P|%t) client: test failed\n")); return 1; } else - ACE_DEBUG((LM_DEBUG, "(%P|%t) client: test passed \n")); + ACE_DEBUG((LM_DEBUG, "(%P|%t) client: test passed\n")); } catch (const CORBA::Exception& ex) { diff --git a/TAO/tests/OBV/ValueBox/client.cpp b/TAO/tests/OBV/ValueBox/client.cpp index 2223c5efa18..5044f87e6ea 100644 --- a/TAO/tests/OBV/ValueBox/client.cpp +++ b/TAO/tests/OBV/ValueBox/client.cpp @@ -354,7 +354,7 @@ int test_basic_invocations (Test * test_object) catch (...) { ACE_DEBUG ((LM_DEBUG, - "(%P|%t) test_basic_invocations: caught a C++ exception \n")); + "(%P|%t) test_basic_invocations: caught a C++ exception\n")); fail = 1; } @@ -520,7 +520,7 @@ int test_boxed_string_invocations (Test * test_object) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_boxed_string_invocations: " - "caught a C++ exception \n")); + "caught a C++ exception\n")); fail = 1; } @@ -688,7 +688,7 @@ int test_boxed_sequence_invocations (Test * test_object) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_boxed_sequence_invocations: " - "caught a C++ exception \n")); + "caught a C++ exception\n")); fail = 1; } @@ -942,7 +942,7 @@ int test_boxed_struct_invocations (Test * test_object) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_boxed_struct_invocations: " - "caught a C++ exception \n")); + "caught a C++ exception\n")); fail = 1; } @@ -1181,7 +1181,7 @@ int test_boxed_array_invocations (Test * test_object) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_boxed_array_invocations: " - "caught a C++ exception \n")); + "caught a C++ exception\n")); fail = 1; } @@ -1411,7 +1411,7 @@ int test_boxed_union_invocations (Test * test_object) { ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_boxed_union_invocations: " - "caught a C++ exception \n")); + "caught a C++ exception\n")); fail = 1; } @@ -1454,7 +1454,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) catch (...) { ACE_DEBUG ((LM_DEBUG, - "(%P|%t) Initialization failure: caught a C++ exception \n")); + "(%P|%t) Initialization failure: caught a C++ exception\n")); return 1; } |