summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Miop/McastHello/McastHello.h')
-rw-r--r--TAO/orbsvcs/tests/Miop/McastHello/McastHello.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h b/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
index 09a94708ee8..c6a85237a95 100644
--- a/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
+++ b/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
@@ -18,18 +18,15 @@ public:
int instance);
// = The skeleton methods
- virtual void send_forty_two (CORBA::Long forty_two)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void send_forty_two (CORBA::Long forty_two);
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
/// Return whether all test requests have been received successfully.
CORBA::Boolean get_status ();
// Silence the builds
- void send_large_octet_array (const Test::Octets &)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void send_large_octet_array (const Test::Octets &);
private:
/// Use an ORB reference to convert strings to objects and shutdown