summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
diff options
context:
space:
mode:
authorwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-23 16:14:17 +0000
committerwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-23 16:14:17 +0000
commit23002b1e873da67a177e5129814546d1c85d32b1 (patch)
treefad79d4afc32e0d351e6c4f38aa1984917164146 /TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
parentb5d25f71734136632f60679ca69fd8333bf1f6d9 (diff)
downloadATCD-23002b1e873da67a177e5129814546d1c85d32b1.tar.gz
merged in changes from trunk/TAO revision 84552 - 84573
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
index 83756525b0e..7210f9c1ab3 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
@@ -94,7 +94,7 @@ public:
{
ACE_DEBUG ((LM_DEBUG,
- "Callback method <foo_excep> called: \n"
+ "Callback method <foo_excep> called:\n"
"Testing proper exception handling ...\n"));
try
{
@@ -123,19 +123,19 @@ public:
void get_yadda_excep (::Messaging::ExceptionHolder *)
{
ACE_DEBUG ((LM_DEBUG,
- "Callback method <get_yadda_excep> called: \n"));
+ "Callback method <get_yadda_excep> called:\n"));
};
void set_yadda (void)
{
ACE_DEBUG ((LM_DEBUG,
- "Callback method <set_yadda> called: \n"));
+ "Callback method <set_yadda> called:\n"));
};
void set_yadda_excep (::Messaging::ExceptionHolder *)
{
ACE_DEBUG ((LM_DEBUG,
- "Callback method <set_yadda_excep> called: \n"));
+ "Callback method <set_yadda_excep> called:\n"));
};
};