summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.h')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.h b/TAO/tests/ICMG_Any_Bug/Hello.h
index 429a7e10963..c7fe9919faf 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.h
+++ b/TAO/tests/ICMG_Any_Bug/Hello.h
@@ -19,10 +19,10 @@ public:
/// Constructor
Hello (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa);
- virtual Test::HelloWorld_ptr get_helloworld (ACE_ENV_SINGLE_ARG_DECL)
+ virtual Test::HelloWorld_ptr get_helloworld (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: