summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1476_Regression/Sender_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1476_Regression/Sender_i.h')
-rw-r--r--TAO/tests/Bug_1476_Regression/Sender_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1476_Regression/Sender_i.h b/TAO/tests/Bug_1476_Regression/Sender_i.h
index 387a467f8fd..08a78a7e74d 100644
--- a/TAO/tests/Bug_1476_Regression/Sender_i.h
+++ b/TAO/tests/Bug_1476_Regression/Sender_i.h
@@ -32,11 +32,10 @@ public:
virtual ~Sender_i (void);
// = The skeleton methods
- virtual void active_objects (CORBA::ULong ao
- ACE_ENV_ARG_DECL)
+ virtual void active_objects (CORBA::ULong ao)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void send_ready_message (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void send_ready_message (void)
ACE_THROW_SPEC ((CORBA::SystemException));
CORBA::ULong get_number_received (void) const;