summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Timeout/Sleep_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Timeout/Sleep_Service.h')
-rw-r--r--TAO/tests/MT_Timeout/Sleep_Service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MT_Timeout/Sleep_Service.h b/TAO/tests/MT_Timeout/Sleep_Service.h
index b25ddd7a66d..8742185553f 100644
--- a/TAO/tests/MT_Timeout/Sleep_Service.h
+++ b/TAO/tests/MT_Timeout/Sleep_Service.h
@@ -26,10 +26,10 @@ public:
// = The skeleton methods
virtual void go_to_sleep (CORBA::ULong microseconds
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: