summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h')
-rw-r--r--orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h30
1 files changed, 10 insertions, 20 deletions
diff --git a/orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h b/orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h
index 5a9419312bd..6c7ad6d7266 100644
--- a/orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h
+++ b/orbsvcs/orbsvcs/IFRService/ValueBoxDef_i.h
@@ -32,15 +32,12 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+/**
+ * Represents an value box definition.
+ */
class TAO_IFRService_Export TAO_ValueBoxDef_i : public virtual TAO_TypedefDef_i
{
public:
- // = TITLE
- // TAO_ValueBoxDef_i
- //
- // = DESCRIPTION
- // Represents an value box definition.
- //
public:
/// Constructor
TAO_ValueBoxDef_i (TAO_Repository_i *repo);
@@ -49,30 +46,23 @@ public:
virtual ~TAO_ValueBoxDef_i (void);
/// Return our definition kind.
- virtual CORBA::DefinitionKind def_kind ()
-;
+ virtual CORBA::DefinitionKind def_kind ();
/// From IDLType_i's pure virtual function.
- virtual CORBA::TypeCode_ptr type ()
-;
+ virtual CORBA::TypeCode_ptr type ();
/// From IDLType_i's pure virtual function.
- virtual CORBA::TypeCode_ptr type_i ()
-;
+ virtual CORBA::TypeCode_ptr type_i ();
- virtual CORBA::IDLType_ptr original_type_def ()
-;
+ virtual CORBA::IDLType_ptr original_type_def ();
- CORBA::IDLType_ptr original_type_def_i ()
-;
+ CORBA::IDLType_ptr original_type_def_i ();
virtual void original_type_def (
- CORBA::IDLType_ptr original_type_def)
-;
+ CORBA::IDLType_ptr original_type_def);
void original_type_def_i (
- CORBA::IDLType_ptr original_type_def)
-;
+ CORBA::IDLType_ptr original_type_def);
};
TAO_END_VERSIONED_NAMESPACE_DECL