summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Process_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Process_Factory.h')
-rw-r--r--TAO/tests/Client_Leaks/Process_Factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Client_Leaks/Process_Factory.h b/TAO/tests/Client_Leaks/Process_Factory.h
index 728ebb0d8f2..dffc1f930b0 100644
--- a/TAO/tests/Client_Leaks/Process_Factory.h
+++ b/TAO/tests/Client_Leaks/Process_Factory.h
@@ -28,13 +28,13 @@ public:
int shutdown_received (void);
// = The skeleton methods
- virtual Test::Process_ptr create_new_process (CORBA::Environment &ACE_TRY_ENV)
+ virtual Test::Process_ptr create_new_process (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,Test::Spawn_Failed));
- virtual void noop (CORBA::Environment &ACE_TRY_ENV)
+ virtual void noop (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (CORBA::Environment &ACE_TRY_ENV)
+ virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: