summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/ComponentRepository_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/ComponentRepository_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/ComponentRepository_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ComponentRepository_i.h b/TAO/orbsvcs/IFR_Service/ComponentRepository_i.h
index 32aae9cde29..304f4580544 100644
--- a/TAO/orbsvcs/IFR_Service/ComponentRepository_i.h
+++ b/TAO/orbsvcs/IFR_Service/ComponentRepository_i.h
@@ -60,7 +60,7 @@ public:
const char *version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -70,7 +70,7 @@ public:
const char *version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -81,7 +81,7 @@ public:
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -92,7 +92,7 @@ public:
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
};