summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_component_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/fe_component_header.h')
-rw-r--r--TAO/TAO_IDL/include/fe_component_header.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/include/fe_component_header.h b/TAO/TAO_IDL/include/fe_component_header.h
index 4e14c6426d4..55280e7ade4 100644
--- a/TAO/TAO_IDL/include/fe_component_header.h
+++ b/TAO/TAO_IDL/include/fe_component_header.h
@@ -20,14 +20,14 @@ public:
UTL_ScopedName *base_component,
UTL_NameList *supports,
bool compile_now);
- virtual ~FE_ComponentHeader (void);
+ virtual ~FE_ComponentHeader ();
// Data Accessors.
- AST_Component *base_component (void) const;
- AST_Type **supports (void) const;
- long n_supports (void) const;
- AST_Interface **supports_flat (void) const;
- long n_supports_flat (void) const;
+ AST_Component *base_component () const;
+ AST_Type **supports () const;
+ long n_supports () const;
+ AST_Interface **supports_flat () const;
+ long n_supports_flat () const;
protected:
void compile_inheritance (UTL_ScopedName *base_component);