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.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp b/TAO/orbsvcs/IFR_Service/ValueBoxDef_i.cpp
index 7e9698ca0db..e7e413bfc53 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
+CORBA::DefinitionKind
TAO_ValueBoxDef_i::def_kind (CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- return dk_ValueBox;
+ return CORBA::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
+CORBA_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 (CORBA_IDLType::_nil ());
return this->original_type_def_i (ACE_TRY_ENV);
}
-IR_IDLType_ptr
+CORBA_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);
+ CORBA::DefinitionKind def_kind =
+ ACE_static_cast (CORBA::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 (CORBA_IDLType::_nil ());
- return IR_IDLType::_narrow (obj.in (),
- ACE_TRY_ENV);
+ return CORBA_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 (CORBA_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 (CORBA_IDLType_ptr original_type_def,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{