summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_enum_val.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_enum_val.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_enum_val.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be_include/be_enum_val.h b/TAO/TAO_IDL/be_include/be_enum_val.h
index 36040c96752..50d10e42068 100644
--- a/TAO/TAO_IDL/be_include/be_enum_val.h
+++ b/TAO/TAO_IDL/be_include/be_enum_val.h
@@ -42,14 +42,12 @@ public:
// Visiting
virtual int accept (be_visitor *visitor);
+ //Cleanup.
+ virtual void destroy (void);
+
// Narrowing
DEF_NARROW_METHODS2 (be_enum_val, AST_EnumVal, be_decl);
DEF_NARROW_FROM_DECL (be_enum_val);
-
-protected:
- virtual int compute_size_type (void);
- // Trivial implementation, but it avoids a switch statement
- // in be_decl::size_type().
};
#endif