summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Recursive/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Any/Recursive/Hello.h')
-rw-r--r--TAO/tests/Any/Recursive/Hello.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/Any/Recursive/Hello.h b/TAO/tests/Any/Recursive/Hello.h
index 948d883b625..07a967ea5e9 100644
--- a/TAO/tests/Any/Recursive/Hello.h
+++ b/TAO/tests/Any/Recursive/Hello.h
@@ -27,11 +27,10 @@ public:
Hello (CORBA::ORB_ptr orb);
// Return the any provide as an "in" argument.
- virtual CORBA::Any * get_any (CORBA::Any const & the_any
- ACE_ENV_ARG_DECL)
+ virtual CORBA::Any * get_any (CORBA::Any const & the_any)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: