summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Callback/Server_i.h')
-rw-r--r--TAO/performance-tests/Callback/Server_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/performance-tests/Callback/Server_i.h b/TAO/performance-tests/Callback/Server_i.h
index e561c2c3ec8..5cf73c65ce7 100644
--- a/TAO/performance-tests/Callback/Server_i.h
+++ b/TAO/performance-tests/Callback/Server_i.h
@@ -17,16 +17,16 @@ public:
/// Implement the CORBA methods
//@{
- void set_callback (Test::Callback_ptr callback,
- CORBA::Environment &)
+ void set_callback (Test::Callback_ptr callback
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
void request (Test::TimeStamp,
- const Test::Payload &,
- CORBA::Environment &)
+ const Test::Payload &
+ TAO_ENV_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));
//@}