summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Locator.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Locator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator.cpp b/TAO/orbsvcs/ImplRepo_Service/Locator.cpp
index 799114730b6..dc20a2d05a5 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Locator.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Locator.cpp
@@ -19,12 +19,12 @@ ImR_Locator::ImR_Locator (ImplRepo_i *repo)
}
char *
-ImR_Locator::locate (const char *object_key,
- CORBA::Environment &ACE_TRY_ENV)
+ImR_Locator::locate (const char *object_key
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException, IORTable::NotFound))
{
ACE_CString key (object_key);
- return this->repo_->find_ior (key, ACE_TRY_ENV);
+ return this->repo_->find_ior (key TAO_ENV_ARG_PARAMETER);
}