summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_union_fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_union_fwd.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_union_fwd.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be_include/be_union_fwd.h b/TAO/TAO_IDL/be_include/be_union_fwd.h
index 4ca5bc30936..76b5673dcc0 100644
--- a/TAO/TAO_IDL/be_include/be_union_fwd.h
+++ b/TAO/TAO_IDL/be_include/be_union_fwd.h
@@ -31,16 +31,13 @@ public:
be_union_fwd (AST_Union *dummy,
UTL_ScopedName *n);
- virtual ~be_union_fwd (void);
+ virtual ~be_union_fwd ();
/// Cleanup function.
- virtual void destroy (void);
+ virtual void destroy ();
// Visiting.
virtual int accept (be_visitor* visitor);
-
- // Narrowing.
- DEF_NARROW_FROM_DECL (be_union_fwd);
};
#endif // if !defined