summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Servant_Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/Servant_Locator.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/Servant_Locator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Servant_Locator.cpp b/TAO/orbsvcs/IFR_Service/Servant_Locator.cpp
index effbe438f55..4065aead98c 100644
--- a/TAO/orbsvcs/IFR_Service/Servant_Locator.cpp
+++ b/TAO/orbsvcs/IFR_Service/Servant_Locator.cpp
@@ -17,7 +17,7 @@ IFR_ServantLocator::preinvoke (
PortableServer::POA_ptr poa,
const char * /* operation */,
PortableServer::ServantLocator::Cookie &cookie
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::ForwardRequest))
@@ -41,7 +41,7 @@ IFR_ServantLocator::preinvoke (
PortableServer::Servant servant =
this->repo_->servant_factory ()->create_tie (servant_key,
poa
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
cookie = servant;
@@ -56,7 +56,7 @@ IFR_ServantLocator::postinvoke (
const char * /* operation */,
PortableServer::ServantLocator::Cookie /* cookie */,
PortableServer::Servant servant
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
ACE_THROW_SPEC ((CORBA::SystemException))
{