summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_home.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_home.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_home.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be_include/be_home.h b/TAO/TAO_IDL/be_include/be_home.h
index 23f86e45805..7f4156fdfe4 100644
--- a/TAO/TAO_IDL/be_include/be_home.h
+++ b/TAO/TAO_IDL/be_include/be_home.h
@@ -35,20 +35,15 @@ public:
AST_Interface **supports_flat,
long n_supports_flat);
- virtual ~be_home (void);
+ virtual ~be_home ();
void scan (UTL_Scope *s);
// Cleanup function.
- virtual void destroy (void);
+ virtual void destroy ();
// Visiting.
virtual int accept (be_visitor* visitor);
-
- // Narrowing.
-
- DEF_NARROW_FROM_DECL (be_home);
- DEF_NARROW_FROM_SCOPE (be_home);
};
#endif // if !defined