summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/server_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/server_i.cpp')
-rw-r--r--TAO/tests/NestedUpcall/Simple/server_i.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/server_i.cpp b/TAO/tests/NestedUpcall/Simple/server_i.cpp
index 1a93ac4f244..6e8e09d9f89 100644
--- a/TAO/tests/NestedUpcall/Simple/server_i.cpp
+++ b/TAO/tests/NestedUpcall/Simple/server_i.cpp
@@ -12,7 +12,6 @@ server_i::server_i (int quiet,
void
server_i::start (client_ptr c,
CORBA::UShort time_to_live)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->client_ = client::_duplicate (c);
this->ping (time_to_live);
@@ -22,7 +21,6 @@ server_i::start (client_ptr c,
void
server_i::ping (CORBA::UShort time_to_live)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (!this->quiet_)
ACE_DEBUG ((LM_DEBUG,
@@ -39,7 +37,6 @@ server_i::ping (CORBA::UShort time_to_live)
void
server_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}