summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2084_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2084_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_2084_Regression/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2084_Regression/Hello.h b/TAO/tests/Bug_2084_Regression/Hello.h
index 30e9552d68c..0d101e8f91e 100644
--- a/TAO/tests/Bug_2084_Regression/Hello.h
+++ b/TAO/tests/Bug_2084_Regression/Hello.h
@@ -23,7 +23,7 @@ public:
virtual char * get_string ( ::CORBA::Long caller_threadid ACE_ENV_ARG_DECL )
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: