summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/UsesDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/UsesDef_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/UsesDef_i.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/IFR_Service/UsesDef_i.h b/TAO/orbsvcs/IFR_Service/UsesDef_i.h
index a62eef52039..a71572e0997 100644
--- a/TAO/orbsvcs/IFR_Service/UsesDef_i.h
+++ b/TAO/orbsvcs/IFR_Service/UsesDef_i.h
@@ -10,7 +10,7 @@
// UsesDef_i.h
//
// = DESCRIPTION
-// IR_UsesDef servant class.
+// UsesDef servant class.
//
// = AUTHOR
// Jeff Parsons <parsons@cs.wustl.edu>
@@ -49,7 +49,7 @@ public:
virtual ~TAO_UsesDef_i (void);
// Destructor
- virtual IR_DefinitionKind def_kind (
+ virtual CORBA::DefinitionKind def_kind (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
@@ -69,27 +69,27 @@ public:
)
ACE_THROW_SPEC ((CORBA::SystemException));
- 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 ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
// From Contained_i's pure virtual function.
- virtual IR_InterfaceDef_ptr interface_type (
+ virtual CORBA_InterfaceDef_ptr interface_type (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
- IR_InterfaceDef_ptr interface_type_i (
+ CORBA_InterfaceDef_ptr interface_type_i (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)