summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h51
1 files changed, 24 insertions, 27 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h b/TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h
index 12784c9c11e..4085bc3af8f 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/FinderDef_i.h
@@ -1,22 +1,19 @@
// -*- C++ -*-
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/orbsvcs/IFRService
-//
-// = FILENAME
-// FinderDef_i.h
-//
-// = DESCRIPTION
-// FinderDef servant class.
-//
-// = AUTHOR
-// Jeff Parsons <parsons@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file FinderDef_i.h
+ *
+ * $Id$
+ *
+ * FinderDef servant class.
+ *
+ *
+ * @author Jeff Parsons <parsons@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_FINDERDEF_I_H
#define TAO_FINDERDEF_I_H
@@ -36,25 +33,25 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+/**
+ * @class TAO_FinderDef_i
+ *
+ * @brief TAO_FinderDef_i
+ *
+ * Represents the definition of a finder operation in a home.
+ */
class TAO_IFRService_Export TAO_FinderDef_i : public virtual TAO_OperationDef_i
{
- // = TITLE
- // TAO_FinderDef_i
- //
- // = DESCRIPTION
- // Represents the definition of a finder operation in a home.
- //
public:
+ /// Constructor
TAO_FinderDef_i (TAO_Repository_i *repo);
- // Constructor
+ /// Destructor
virtual ~TAO_FinderDef_i (void);
- // Destructor
+ /// Return our definition kind.
virtual CORBA::DefinitionKind def_kind (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
- // Return our definition kind.
+ );
};
TAO_END_VERSIONED_NAMESPACE_DECL