summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_eventtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_eventtype.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_eventtype.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be_include/be_eventtype.h b/TAO/TAO_IDL/be_include/be_eventtype.h
index 333f0571ed8..7b5e5fcfc39 100644
--- a/TAO/TAO_IDL/be_include/be_eventtype.h
+++ b/TAO/TAO_IDL/be_include/be_eventtype.h
@@ -37,17 +37,13 @@ public:
bool truncatable,
bool custom);
- ~be_eventtype (void);
+ ~be_eventtype ();
// Visiting.
virtual int accept (be_visitor *visitor);
// Cleanup.
- virtual void destroy (void);
-
- // Narrowing.
- DEF_NARROW_FROM_DECL (be_eventtype);
- DEF_NARROW_FROM_SCOPE (be_eventtype);
+ virtual void destroy ();
};
#endif // if !defined