summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_home.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_home.h')
-rw-r--r--TAO/TAO_IDL/include/ast_home.h21
1 files changed, 8 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/include/ast_home.h b/TAO/TAO_IDL/include/ast_home.h
index d12a3624009..045c1357e8b 100644
--- a/TAO/TAO_IDL/include/ast_home.h
+++ b/TAO/TAO_IDL/include/ast_home.h
@@ -20,7 +20,7 @@ public:
AST_Interface **supports_flat,
long n_supports_flat);
- virtual ~AST_Home (void);
+ virtual ~AST_Home ();
// Extend lookup to the base home.
virtual AST_Decl *look_in_inherited (UTL_ScopedName *e,
@@ -37,25 +37,20 @@ public:
// Accessors.
- AST_Home *base_home (void) const;
+ AST_Home *base_home () const;
- AST_Type **supports (void) const;
+ AST_Type **supports () const;
- long n_supports (void) const;
+ long n_supports () const;
- AST_Component *managed_component (void) const;
+ AST_Component *managed_component () const;
- AST_Type *primary_key (void) const;
+ AST_Type *primary_key () const;
void transfer_scope_elements (AST_Interface *dst);
// Cleanup function.
- virtual void destroy (void);
-
- // Narrowing.
-
- DEF_NARROW_FROM_DECL(AST_Home);
- DEF_NARROW_FROM_SCOPE(AST_Home);
+ virtual void destroy ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);
@@ -68,7 +63,7 @@ public:
private:
// Scope Management Protocol.
- friend int tao_yyparse (void);
+ friend int tao_yyparse ();
friend class ast_visitor_tmpl_module_inst;
virtual AST_Factory *fe_add_factory (AST_Factory *f);