summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/MyFooServant.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Forwarding/MyFooServant.h')
-rw-r--r--TAO/examples/POA/Forwarding/MyFooServant.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/POA/Forwarding/MyFooServant.h b/TAO/examples/POA/Forwarding/MyFooServant.h
index fd27cedbcb3..8f3a21d1bfd 100644
--- a/TAO/examples/POA/Forwarding/MyFooServant.h
+++ b/TAO/examples/POA/Forwarding/MyFooServant.h
@@ -36,18 +36,18 @@ public:
MyFooServantActivator &activator,
CORBA::Long value);
- virtual CORBA::Long doit (TAO_ENV_SINGLE_ARG_DECL)
+ virtual CORBA::Long doit (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// Setup forwarding
- virtual void forward (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void forward (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
Foo::Cannot_Forward));
- virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual PortableServer::POA_ptr _default_POA (TAO_ENV_SINGLE_ARG_DECL);
+ virtual PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL);
// Returns the default POA for this servant.
protected: