summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_home_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/fe_home_header.h')
-rw-r--r--TAO/TAO_IDL/include/fe_home_header.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/fe_home_header.h b/TAO/TAO_IDL/include/fe_home_header.h
index 7583a75a398..ae13bc609cc 100644
--- a/TAO/TAO_IDL/include/fe_home_header.h
+++ b/TAO/TAO_IDL/include/fe_home_header.h
@@ -23,12 +23,12 @@ public:
UTL_ScopedName *managed_component,
UTL_ScopedName *primary_key);
- virtual ~FE_HomeHeader (void);
+ virtual ~FE_HomeHeader ();
// Data Accessors.
- AST_Home *base_home (void) const;
- AST_Component *managed_component (void) const;
- AST_Type *primary_key (void) const;
+ AST_Home *base_home () const;
+ AST_Component *managed_component () const;
+ AST_Type *primary_key () const;
protected:
AST_Home *base_home_;