summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h b/TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h
index 71de6aba5f4..d7687cfb7a5 100644
--- a/TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h
+++ b/TAO/orbsvcs/IFR_Service/ValueMemberDef_i.h
@@ -10,7 +10,7 @@
// ValueMemberDef_i.h
//
// = DESCRIPTION
-// IR::ValueMemberDef servant class.
+// IR_ValueMemberDef servant class.
//
// = AUTHOR
// Jeff Parsons <parsons@cs.wustl.edu>
@@ -49,7 +49,7 @@ public:
virtual ~TAO_ValueMemberDef_i (void);
// Destructor
- virtual IR::DefinitionKind def_kind (
+ virtual IR_DefinitionKind def_kind (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
@@ -69,14 +69,14 @@ public:
)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual IR::Contained::Description *describe (
+ virtual IR_Contained::Description *describe (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
// From Contained_i's pure virtual function.
- virtual IR::Contained::Description *describe_i (
+ virtual IR_Contained::Description *describe_i (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
@@ -95,27 +95,27 @@ public:
)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual IR::IDLType_ptr type_def (
+ virtual IR_IDLType_ptr type_def (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR::IDLType_ptr type_def_i (
+ IR_IDLType_ptr type_def_i (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void type_def (
- IR::IDLType_ptr type_def,
+ IR_IDLType_ptr type_def,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
void type_def_i (
- IR::IDLType_ptr type_def,
+ IR_IDLType_ptr type_def,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)