summaryrefslogtreecommitdiff
path: root/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp')
-rw-r--r--TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp b/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp
index da443e12eab..1da64d18952 100644
--- a/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp
+++ b/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Payload_Receiver.cpp
@@ -13,8 +13,6 @@ Payload_Receiver::Payload_Receiver (CORBA::ORB_ptr orb)
void
Payload_Receiver::more_data (const Test::Payload &payload)
- ACE_THROW_SPEC ((CORBA::SystemException,
- Test::Payload_Receiver::Invalid_Payload))
{
++this->count_;
@@ -31,7 +29,6 @@ Payload_Receiver::more_data (const Test::Payload &payload)
void
Payload_Receiver::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}