summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp b/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp
index e894f77b309..7e9698ca0db 100644
--- a/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp
+++ b/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp
@@ -23,11 +23,11 @@ TAO_ValueBoxDef_i::~TAO_ValueBoxDef_i (void)
{
}
-IR::DefinitionKind
+IR_DefinitionKind
TAO_ValueBoxDef_i::def_kind (CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- return IR::dk_ValueBox;
+ return dk_ValueBox;
}
CORBA::TypeCode_ptr
@@ -80,16 +80,16 @@ TAO_ValueBoxDef_i::type_i (CORBA::Environment &ACE_TRY_ENV)
ACE_TRY_ENV);
}
-IR::IDLType_ptr
+IR_IDLType_ptr
TAO_ValueBoxDef_i::original_type_def (CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- TAO_IFR_READ_GUARD_RETURN (IR::IDLType::_nil ());
+ TAO_IFR_READ_GUARD_RETURN (IR_IDLType::_nil ());
return this->original_type_def_i (ACE_TRY_ENV);
}
-IR::IDLType_ptr
+IR_IDLType_ptr
TAO_ValueBoxDef_i::original_type_def_i (CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -109,21 +109,21 @@ TAO_ValueBoxDef_i::original_type_def_i (CORBA::Environment &ACE_TRY_ENV)
"def_kind",
kind);
- IR::DefinitionKind def_kind =
- ACE_static_cast (IR::DefinitionKind, kind);
+ IR_DefinitionKind def_kind =
+ ACE_static_cast (IR_DefinitionKind, kind);
CORBA::Object_var obj =
this->repo_->servant_factory ()->create_objref (def_kind,
boxed_type.c_str (),
ACE_TRY_ENV);
- ACE_CHECK_RETURN (IR::IDLType::_nil ());
+ ACE_CHECK_RETURN (IR_IDLType::_nil ());
- return IR::IDLType::_narrow (obj.in (),
+ return IR_IDLType::_narrow (obj.in (),
ACE_TRY_ENV);
}
void
-TAO_ValueBoxDef_i::original_type_def (IR::IDLType_ptr original_type_def,
+TAO_ValueBoxDef_i::original_type_def (IR_IDLType_ptr original_type_def,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -134,7 +134,7 @@ TAO_ValueBoxDef_i::original_type_def (IR::IDLType_ptr original_type_def,
}
void
-TAO_ValueBoxDef_i::original_type_def_i (IR::IDLType_ptr original_type_def,
+TAO_ValueBoxDef_i::original_type_def_i (IR_IDLType_ptr original_type_def,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{