summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h')
-rw-r--r--orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h b/orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h
index d47292832c3..7e9ddfcb069 100644
--- a/orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h
+++ b/orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.h
@@ -32,15 +32,12 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+/**
+ * Represents an abstract interface definition.
+ */
class TAO_IFRService_Export TAO_AbstractInterfaceDef_i
: public virtual TAO_InterfaceDef_i
{
- // = TITLE
- // TAO_AbstractInterfaceDef_i
- //
- // = DESCRIPTION
- // Represents an abstract interface definition.
- //
public:
/// Constructor
TAO_AbstractInterfaceDef_i (TAO_Repository_i *repo);