summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Tests/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Tests/Hello.h')
-rw-r--r--TAO/tests/Collocation_Tests/Hello.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocation_Tests/Hello.h b/TAO/tests/Collocation_Tests/Hello.h
index ba9e6637812..63b4ec180be 100644
--- a/TAO/tests/Collocation_Tests/Hello.h
+++ b/TAO/tests/Collocation_Tests/Hello.h
@@ -20,10 +20,10 @@ public:
ACE_thread_t thr_id);
// = The skeleton methods
- virtual char * get_string (ACE_ENV_SINGLE_ARG_DECL)
+ virtual char * get_string (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: