summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/server_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback/server_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/server_i.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/server_i.cpp b/TAO/orbsvcs/tests/Security/Callback/server_i.cpp
index b16ab2f3f1f..873cf521f55 100644
--- a/TAO/orbsvcs/tests/Security/Callback/server_i.cpp
+++ b/TAO/orbsvcs/tests/Security/Callback/server_i.cpp
@@ -16,21 +16,18 @@ server_i::~server_i (void)
void
server_i::set_client (client_ptr c)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->client_ = client::_duplicate (c);
}
void
server_i::test_request (const char *msg)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->client_->test_reply (msg);
}
void
server_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}