Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_constant / constant.h
blob50da10f172eb5590cf81f2d470633544c452a331
2 //=============================================================================
3 /**
4 * @file constant.h
6 * Visitors for generation of code for Constant
8 * @author Aniruddha Gokhale
9 */
10 //=============================================================================
12 #include "be_constant.h"
13 #include "be_module.h"
14 #include "be_helper.h"
15 #include "be_extern.h"
16 #include "be_typedef.h"
17 #include "utl_identifier.h"
18 #include "ast_expression.h"
20 #include "be_visitor_constant.h"
21 #include "be_visitor_context.h"
23 const char *exprtype_to_cpp_corba_type (AST_Expression::ExprType et);