summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/SequenceDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/SequenceDef_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/SequenceDef_i.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/IFR_Service/SequenceDef_i.h b/TAO/orbsvcs/IFR_Service/SequenceDef_i.h
index 2e71da8791d..a798c09113b 100644
--- a/TAO/orbsvcs/IFR_Service/SequenceDef_i.h
+++ b/TAO/orbsvcs/IFR_Service/SequenceDef_i.h
@@ -10,7 +10,7 @@
// SequenceDef_i.h
//
// = DESCRIPTION
-// IR_SequenceDef servant class.
+// SequenceDef servant class.
//
// = AUTHOR
// Jeff Parsons <parsons@cs.wustl.edu>
@@ -49,7 +49,7 @@ public:
virtual ~TAO_SequenceDef_i (void);
// Destructor
- virtual IR_DefinitionKind def_kind (
+ virtual CORBA::DefinitionKind def_kind (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
@@ -121,27 +121,27 @@ public:
)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual IR_IDLType_ptr element_type_def (
+ virtual CORBA_IDLType_ptr element_type_def (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR_IDLType_ptr element_type_def_i (
+ CORBA_IDLType_ptr element_type_def_i (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void element_type_def (
- IR_IDLType_ptr element_type_def,
+ CORBA_IDLType_ptr element_type_def,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
void element_type_def_i (
- IR_IDLType_ptr element_type_def,
+ CORBA_IDLType_ptr element_type_def,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)