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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/MT_Timeout/Sleep_Service.h b/TAO/tests/MT_Timeout/Sleep_Service.h
index bc1c17e9210..c1bdd5a5d2d 100644
--- a/TAO/tests/MT_Timeout/Sleep_Service.h
+++ b/TAO/tests/MT_Timeout/Sleep_Service.h
@@ -17,11 +17,10 @@ public:
Sleep_Service (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual void go_to_sleep (CORBA::ULong microseconds
- ACE_ENV_ARG_DECL)
+ virtual void go_to_sleep (CORBA::ULong microseconds)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: