summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Startup_Callback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Startup_Callback.cpp')
-rw-r--r--TAO/tests/Client_Leaks/Startup_Callback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Client_Leaks/Startup_Callback.cpp b/TAO/tests/Client_Leaks/Startup_Callback.cpp
index 5b82a0586aa..6c55a96b5a0 100644
--- a/TAO/tests/Client_Leaks/Startup_Callback.cpp
+++ b/TAO/tests/Client_Leaks/Startup_Callback.cpp
@@ -22,8 +22,8 @@ Startup_Callback::process_has_started (Test::Process_out the_process)
}
void
-Startup_Callback::started (Test::Process_ptr process,
- CORBA::Environment &)
+Startup_Callback::started (Test::Process_ptr process
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->mutex_);