summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_i.h')
-rw-r--r--TAO/tests/DSI_Gateway/test_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/DSI_Gateway/test_i.h b/TAO/tests/DSI_Gateway/test_i.h
index a115367cc34..6f960b77359 100644
--- a/TAO/tests/DSI_Gateway/test_i.h
+++ b/TAO/tests/DSI_Gateway/test_i.h
@@ -34,18 +34,18 @@ public:
CORBA::Long test_method (CORBA::Long x,
const Structure& the_in_structure,
Structure_out the_out_structure,
- char *&name,
- CORBA::Environment &)
+ char *&name
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- void raise_user_exception (CORBA::Environment &)
+ void raise_user_exception (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException,
test_exception));
- void raise_system_exception (CORBA::Environment &)
+ void raise_system_exception (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (CORBA::Environment &)
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private: