diff options
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Echo.h')
-rw-r--r-- | TAO/tests/Portable_Interceptors/AMI/Echo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Echo.h b/TAO/tests/Portable_Interceptors/AMI/Echo.h index de20793bbde..4a8b656ee82 100644 --- a/TAO/tests/Portable_Interceptors/AMI/Echo.h +++ b/TAO/tests/Portable_Interceptors/AMI/Echo.h @@ -20,7 +20,7 @@ public: virtual char * echo_operation(char const * the_input 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)); private: |