summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h68
1 files changed, 27 insertions, 41 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h b/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h
index 8fe264559e3..16ae7ddbec2 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h
@@ -1,22 +1,19 @@
// -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/orbsvcs/IFRService
-//
-// = FILENAME
-// ExtAttributeDef_i.h
-//
-// = DESCRIPTION
-// ExtAttributeDef_i servant class.
-//
-// = AUTHOR
-// Jeff Parsons <j.parsons@vanderbilt.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file ExtAttributeDef_i.h
+ *
+ * $Id$
+ *
+ * ExtAttributeDef_i servant class.
+ *
+ *
+ * @author Jeff Parsons <j.parsons@vanderbilt.edu>
+ */
+//=============================================================================
+
#ifndef TAO_EXTATTRIBUTEDEF_I_H
#define TAO_EXTATTRIBUTEDEF_I_H
@@ -45,62 +42,51 @@ class TAO_IFRService_Export TAO_ExtAttributeDef_i
// Adds IDL3 extensions to AttributeDef.
//
public:
+ /// Constructor
TAO_ExtAttributeDef_i (TAO_Repository_i *repo);
- // Constructor
+ /// Destructor
virtual ~TAO_ExtAttributeDef_i (void);
- // Destructor
virtual CORBA::ExcDescriptionSeq *get_exceptions (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
CORBA::ExcDescriptionSeq *get_exceptions_i (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual void get_exceptions (
const CORBA::ExcDescriptionSeq &get_exceptions
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
void get_exceptions_i (
const CORBA::ExcDescriptionSeq &get_exceptions
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual CORBA::ExcDescriptionSeq *set_exceptions (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
CORBA::ExcDescriptionSeq *set_exceptions_i (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual void set_exceptions (
const CORBA::ExcDescriptionSeq &set_exceptions
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
void set_exceptions_i (
const CORBA::ExcDescriptionSeq &set_exceptions
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual CORBA::ExtAttributeDescription *describe_attribute (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
CORBA::ExtAttributeDescription *describe_attribute_i (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
// Utility function that fills sequence elements for a
// ComponentDescription.
void fill_description (
CORBA::ExtAttributeDescription &desc
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
private:
/// Common code for the set and get varieties.