summaryrefslogtreecommitdiff
path: root/TAO/tests/Cache_Growth_Test/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Cache_Growth_Test/Hello.h')
-rw-r--r--TAO/tests/Cache_Growth_Test/Hello.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Cache_Growth_Test/Hello.h b/TAO/tests/Cache_Growth_Test/Hello.h
index 2222cb5236d..501584bd17d 100644
--- a/TAO/tests/Cache_Growth_Test/Hello.h
+++ b/TAO/tests/Cache_Growth_Test/Hello.h
@@ -25,10 +25,10 @@ public:
Hello (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual char * get_string (TAO_ENV_SINGLE_ARG_DECL)
+ virtual char * get_string (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: