summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h b/TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h
index e95865e1e9a..dab5df292dc 100644
--- a/TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h
+++ b/TAO/tests/Portable_Interceptors/AMI/Echo_Handler.h
@@ -17,14 +17,10 @@ class Echo_Handler
public:
Echo_Handler(void);
- virtual void echo_operation(char const * retval)
- ACE_THROW_SPEC((CORBA::SystemException));
- virtual void echo_operation_excep(::Messaging::ExceptionHolder * h)
- ACE_THROW_SPEC((CORBA::SystemException));
- virtual void shutdown(void)
- ACE_THROW_SPEC((CORBA::SystemException));
- virtual void shutdown_excep(::Messaging::ExceptionHolder * h)
- ACE_THROW_SPEC((CORBA::SystemException));
+ virtual void echo_operation(char const * retval);
+ virtual void echo_operation_excep(::Messaging::ExceptionHolder * h);
+ virtual void shutdown(void);
+ virtual void shutdown_excep(::Messaging::ExceptionHolder * h);
CORBA::ULong replies (void) const;