summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/UsesDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/UsesDef_i.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/UsesDef_i.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/IFR_Service/UsesDef_i.cpp b/TAO/orbsvcs/IFR_Service/UsesDef_i.cpp
index 9439d93d414..7b72ba9d33c 100644
--- a/TAO/orbsvcs/IFR_Service/UsesDef_i.cpp
+++ b/TAO/orbsvcs/IFR_Service/UsesDef_i.cpp
@@ -17,11 +17,11 @@ TAO_UsesDef_i::~TAO_UsesDef_i (void)
{
}
-IR::DefinitionKind
+IR_DefinitionKind
TAO_UsesDef_i::def_kind (CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- return IR::dk_Uses;
+ return dk_Uses;
}
void
@@ -40,7 +40,7 @@ TAO_UsesDef_i::destroy_i (CORBA::Environment & /* ACE_TRY_ENV */)
// TODO
}
-IR::Contained::Description *
+IR_Contained::Description *
TAO_UsesDef_i::describe (CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -49,7 +49,7 @@ TAO_UsesDef_i::describe (CORBA::Environment &ACE_TRY_ENV)
return this->describe_i (ACE_TRY_ENV);
}
-IR::Contained::Description *
+IR_Contained::Description *
TAO_UsesDef_i::describe_i (CORBA::Environment & /* ACE_TRY_ENV */)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -57,16 +57,16 @@ TAO_UsesDef_i::describe_i (CORBA::Environment & /* ACE_TRY_ENV */)
return 0;
}
-IR::InterfaceDef_ptr
+IR_InterfaceDef_ptr
TAO_UsesDef_i::interface_type (CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- TAO_IFR_READ_GUARD_RETURN (IR::InterfaceDef::_nil ());
+ TAO_IFR_READ_GUARD_RETURN (IR_InterfaceDef::_nil ());
return this->interface_type_i (ACE_TRY_ENV);
}
-IR::InterfaceDef_ptr
+IR_InterfaceDef_ptr
TAO_UsesDef_i::interface_type_i (CORBA::Environment & /* ACE_TRY_ENV */)
ACE_THROW_SPEC ((CORBA::SystemException))
{