summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Receiver_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Receiver_i.cpp')
-rw-r--r--TAO/examples/Simple/chat/Receiver_i.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/examples/Simple/chat/Receiver_i.cpp b/TAO/examples/Simple/chat/Receiver_i.cpp
index 4ceb9e79018..baebf861cc1 100644
--- a/TAO/examples/Simple/chat/Receiver_i.cpp
+++ b/TAO/examples/Simple/chat/Receiver_i.cpp
@@ -30,9 +30,6 @@ Receiver_i::~Receiver_i (void)
void
Receiver_i::message (const char *msg,
CORBA::Environment &)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ))
{
ACE_DEBUG ((LM_DEBUG,
": %s\n",
@@ -41,9 +38,6 @@ Receiver_i::message (const char *msg,
void
Receiver_i::shutdown (CORBA::Environment &)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ))
{
// Instruct the ORB to shutdown.
this->orb_->shutdown ();