summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_native.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_native.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_native.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be_include/be_native.h b/TAO/TAO_IDL/be_include/be_native.h
index a39e6238858..1a39721737a 100644
--- a/TAO/TAO_IDL/be_include/be_native.h
+++ b/TAO/TAO_IDL/be_include/be_native.h
@@ -30,22 +30,19 @@ class be_native : public virtual AST_Native,
public:
be_native (UTL_ScopedName *n);
- virtual ~be_native (void) {}
+ virtual ~be_native () {}
/// Generate the typecode description.
- virtual int gen_typecode (void);
+ virtual int gen_typecode ();
/// Return typecode size.
- virtual long tc_size (void);
+ virtual long tc_size ();
/// Cleanup.
- virtual void destroy (void);
+ virtual void destroy ();
// Visiting.
virtual int accept (be_visitor *visitor);
-
- // Narrowing.
- DEF_NARROW_FROM_DECL(be_native);
};
#endif /* BE_NATIVE_H */