summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_constant.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_constant.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be_include/be_constant.h b/TAO/TAO_IDL/be_include/be_constant.h
index 64486bc999c..b23fbc2734c 100644
--- a/TAO/TAO_IDL/be_include/be_constant.h
+++ b/TAO/TAO_IDL/be_include/be_constant.h
@@ -25,7 +25,6 @@
#include "be_decl.h"
#include "ast_constant.h"
-#include "ast_expression.h"
class be_visitor;
@@ -41,12 +40,12 @@ public:
UTL_ScopedName *n);
// Constructor.
- const char *exprtype_to_string (void);
- // Returns the appropriate type.
-
// Visiting.
virtual int accept (be_visitor *visitor);
+ //Cleanup.
+ virtual void destroy (void);
+
// Narrowing.
DEF_NARROW_METHODS2 (be_constant, AST_Constant, be_decl);
DEF_NARROW_FROM_DECL (be_constant);