summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/AttributeDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/AttributeDef_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/AttributeDef_i.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/TAO/orbsvcs/IFR_Service/AttributeDef_i.h b/TAO/orbsvcs/IFR_Service/AttributeDef_i.h
index ee5c3537f96..f34ec5f7a98 100644
--- a/TAO/orbsvcs/IFR_Service/AttributeDef_i.h
+++ b/TAO/orbsvcs/IFR_Service/AttributeDef_i.h
@@ -10,7 +10,7 @@
// AttributeDef_i.h
//
// = DESCRIPTION
-// IR_AttributeDef servant class.
+// AttributeDef servant class.
//
// = AUTHOR
// Jeff Parsons <parsons@cs.wustl.edu>
@@ -50,21 +50,21 @@ public:
virtual ~TAO_AttributeDef_i (void);
// Destructor
- virtual IR_DefinitionKind def_kind (
+ virtual CORBA::DefinitionKind def_kind (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
// Return our definition kind.
- virtual IR_Contained::Description *describe (
+ virtual CORBA_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 CORBA_Contained::Description *describe_i (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
@@ -83,59 +83,59 @@ public:
)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual IR_IDLType_ptr type_def (
+ virtual CORBA_IDLType_ptr type_def (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR_IDLType_ptr type_def_i (
+ CORBA_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,
+ CORBA_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,
+ CORBA_IDLType_ptr type_def,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual IR_AttributeMode mode (
+ virtual CORBA::AttributeMode mode (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR_AttributeMode mode_i (
+ CORBA::AttributeMode mode_i (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void mode (
- IR_AttributeMode mode,
+ CORBA::AttributeMode mode,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
void mode_i (
- IR_AttributeMode mode,
+ CORBA::AttributeMode mode,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR_AttributeDescription make_description (
+ CORBA_AttributeDescription make_description (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
@@ -144,13 +144,13 @@ public:
// making its own description.
// These two are called by Contained::move().
- IR_ExceptionDefSeq *get_exceptions (
+ CORBA_ExceptionDefSeq *get_exceptions (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR_ExceptionDefSeq *put_exceptions (
+ CORBA_ExceptionDefSeq *put_exceptions (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)