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 1ab48e7c104..47587760e7f 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 (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void worker_started (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_finished (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void worker_finished (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: