summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults/ping_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Faults/ping_i.h')
-rw-r--r--TAO/tests/Faults/ping_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Faults/ping_i.h b/TAO/tests/Faults/ping_i.h
index 76ded91dcbf..d9a8dbab725 100644
--- a/TAO/tests/Faults/ping_i.h
+++ b/TAO/tests/Faults/ping_i.h
@@ -35,14 +35,14 @@ public:
// = The PingObject interface methods
void ping (PingObject_ptr callback
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- void pong (TAO_ENV_SINGLE_ARG_DECL)
+ void pong (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (TAO_ENV_SINGLE_ARG_DECL)
+ void shutdown (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- PortableServer::POA_ptr _default_POA (TAO_ENV_SINGLE_ARG_DECL)
+ PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: