summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Echo.h')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Echo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Echo.h b/TAO/tests/Portable_Interceptors/AMI/Echo.h
index 4a8b656ee82..3fce554f5bd 100644
--- a/TAO/tests/Portable_Interceptors/AMI/Echo.h
+++ b/TAO/tests/Portable_Interceptors/AMI/Echo.h
@@ -17,8 +17,7 @@ class Echo
public:
Echo(CORBA::ORB_ptr orb);
- virtual char * echo_operation(char const * the_input
- ACE_ENV_ARG_DECL)
+ virtual char * echo_operation(char const * the_input)
ACE_THROW_SPEC((CORBA::SystemException));
virtual void shutdown(void)
ACE_THROW_SPEC((CORBA::SystemException));