summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
index 85160bbc5e5..74daec629d4 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
@@ -11,7 +11,6 @@ Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
void
Simple_Server_i::sendCharSeq (const Char_Seq &)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
Simple_Server_count++;
//ACE_DEBUG ((LM_DEBUG, "."));
@@ -19,7 +18,6 @@ Simple_Server_i::sendCharSeq (const Char_Seq &)
void
Simple_Server_i::sendOctetSeq (const Octet_Seq &)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
Simple_Server_count++;
//ACE_DEBUG ((LM_DEBUG, "."));
@@ -27,7 +25,6 @@ Simple_Server_i::sendOctetSeq (const Octet_Seq &)
CORBA::Long
Simple_Server_i::get_number (CORBA::Long)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::Long tmp = Simple_Server_count;
Simple_Server_count = 0;
@@ -36,7 +33,6 @@ Simple_Server_i::get_number (CORBA::Long)
void
Simple_Server_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"Simple_Server_i::shutdown\n"));