summaryrefslogtreecommitdiff
path: root/TAO/examples/AMH/Sink_Server/AMH_Servant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMH/Sink_Server/AMH_Servant.cpp')
-rw-r--r--TAO/examples/AMH/Sink_Server/AMH_Servant.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/AMH/Sink_Server/AMH_Servant.cpp b/TAO/examples/AMH/Sink_Server/AMH_Servant.cpp
index 03b0b5e480f..c6761e4d695 100644
--- a/TAO/examples/AMH/Sink_Server/AMH_Servant.cpp
+++ b/TAO/examples/AMH/Sink_Server/AMH_Servant.cpp
@@ -109,7 +109,7 @@ AMH_Servant::test_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
}
catch (const CORBA::Exception& ex)
{
- ex._tao_print_exception ("Exception in start_test \n");
+ ex._tao_print_exception ("Exception in start_test\n");
}
// Footnote: This method is thread-safe:
@@ -127,7 +127,7 @@ AMH_Servant::start_test (Test::AMH_RoundtripResponseHandler_ptr _tao_rh)
}
catch (const CORBA::Exception& ex)
{
- ex._tao_print_exception ("Exception in start_test \n");
+ ex._tao_print_exception ("Exception in start_test\n");
}
}
@@ -140,7 +140,7 @@ AMH_Servant::end_test (Test::AMH_RoundtripResponseHandler_ptr _tao_rh)
}
catch (const CORBA::Exception& ex)
{
- ex._tao_print_exception ("Exception in end_test \n");
+ ex._tao_print_exception ("Exception in end_test\n");
}
}