diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Miop/McastHello/McastHello.h')
-rw-r--r-- | TAO/orbsvcs/tests/Miop/McastHello/McastHello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h b/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h index d0135f3ae55..f1ed7f37cb7 100644 --- a/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h +++ b/TAO/orbsvcs/tests/Miop/McastHello/McastHello.h @@ -21,7 +21,7 @@ public: virtual void send_forty_two (CORBA::Long forty_two ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL) + virtual void shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)); /// Return whether all test requests have been received successfully. |