summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/Sender_i.h')
-rw-r--r--TAO/tests/Oneways_Invoking_Twoways/Sender_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h
index 57ea386f763..8bb227053e8 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h
+++ b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h
@@ -33,14 +33,11 @@ public:
virtual ~Sender_i (void);
// = The skeleton methods
- virtual void active_objects (CORBA::Short ao)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void active_objects (CORBA::Short ao);
- virtual void send_ready_message (Test::Receiver_ptr receiver)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void send_ready_message (Test::Receiver_ptr receiver);
- virtual void ping (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void ping (void);
private:
/// Our local ORB ptr