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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h b/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
index f1ed7f37cb7..09a94708ee8 100644
--- a/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
+++ b/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h
@@ -18,7 +18,7 @@ public:
int instance);
// = The skeleton methods
- virtual void send_forty_two (CORBA::Long forty_two ACE_ENV_ARG_DECL)
+ virtual void send_forty_two (CORBA::Long forty_two)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void shutdown (void)
@@ -28,8 +28,7 @@ public:
CORBA::Boolean get_status ();
// Silence the builds
- void send_large_octet_array (const Test::Octets &
- ACE_ENV_ARG_DECL_NOT_USED)
+ void send_large_octet_array (const Test::Octets &)
ACE_THROW_SPEC ((CORBA::SystemException));
private: