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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MT_Timeout/Sleep_Service.h b/TAO/tests/MT_Timeout/Sleep_Service.h
index 11d1561cc74..b25ddd7a66d 100644
--- a/TAO/tests/MT_Timeout/Sleep_Service.h
+++ b/TAO/tests/MT_Timeout/Sleep_Service.h
@@ -25,11 +25,11 @@ public:
Sleep_Service (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual void go_to_sleep (CORBA::ULong microseconds,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual void go_to_sleep (CORBA::ULong microseconds
+ TAO_ENV_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: