summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/FinderDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/FinderDef_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/FinderDef_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/IFR_Service/FinderDef_i.h b/TAO/orbsvcs/IFR_Service/FinderDef_i.h
index 7da9d7ee3db..34b1cc78c93 100644
--- a/TAO/orbsvcs/IFR_Service/FinderDef_i.h
+++ b/TAO/orbsvcs/IFR_Service/FinderDef_i.h
@@ -10,7 +10,7 @@
// FinderDef_i.h
//
// = DESCRIPTION
-// IR_FinderDef servant class.
+// FinderDef servant class.
//
// = AUTHOR
// Jeff Parsons <parsons@cs.wustl.edu>
@@ -49,7 +49,7 @@ public:
virtual ~TAO_FinderDef_i (void);
// Destructor
- virtual IR_DefinitionKind def_kind (
+ virtual CORBA::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 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 ()
)