summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h')
-rw-r--r--TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
index cbd618db0a4..2878f61b637 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
+++ b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
@@ -33,12 +33,10 @@ public:
virtual ~Receiver_i (void);
// = The skeleton methods
- virtual CORBA::Long receive_call (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long receive_call (void);
/// Retun the number of calls that every thread would make...
- virtual CORBA::Long get_call_count (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long get_call_count (void);
private:
/// Our Orb...