summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Startup_Callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Startup_Callback.h')
-rw-r--r--TAO/tests/Client_Leaks/Startup_Callback.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Client_Leaks/Startup_Callback.h b/TAO/tests/Client_Leaks/Startup_Callback.h
index 34e3d8e7412..e8207cc846e 100644
--- a/TAO/tests/Client_Leaks/Startup_Callback.h
+++ b/TAO/tests/Client_Leaks/Startup_Callback.h
@@ -24,8 +24,7 @@ public:
int process_has_started (Test::Process_out the_process);
// = The skeleton methods
- virtual void started (Test::Process_ptr the_process
- ACE_ENV_ARG_DECL)
+ virtual void started (Test::Process_ptr the_process)
ACE_THROW_SPEC ((CORBA::SystemException));
private: