summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/Controller.h')
-rw-r--r--TAO/tests/LongUpcalls/Controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/LongUpcalls/Controller.h b/TAO/tests/LongUpcalls/Controller.h
index aaefd878e41..1ab48e7c104 100644
--- a/TAO/tests/LongUpcalls/Controller.h
+++ b/TAO/tests/LongUpcalls/Controller.h
@@ -24,9 +24,9 @@ public:
// Print out the results and any errors
// = The skeleton methods
- virtual void worker_started (CORBA::Environment &ACE_TRY_ENV)
+ virtual void worker_started (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_finished (CORBA::Environment &ACE_TRY_ENV)
+ virtual void worker_finished (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: