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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
index a5f13e29217..cbd618db0a4 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
+++ b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h
@@ -33,11 +33,11 @@ public:
virtual ~Receiver_i (void);
// = The skeleton methods
- virtual CORBA::Long receive_call (ACE_ENV_SINGLE_ARG_DECL)
+ virtual CORBA::Long receive_call (void)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Retun the number of calls that every thread would make...
- virtual CORBA::Long get_call_count (ACE_ENV_SINGLE_ARG_DECL)
+ virtual CORBA::Long get_call_count (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: