3 //=============================================================================
5 * @file be_visitor_constant.h
7 * Concrete visitor for the constant class
9 * @author Aniruddha Gokhale
11 //=============================================================================
14 #ifndef TAO_BE_VISITOR_CONSTANT_H
15 #define TAO_BE_VISITOR_CONSTANT_H
17 #include "be_visitor_decl.h"
18 #include "be_visitor_constant/constant_ch.h"
19 #include "be_visitor_constant/constant_cs.h"
21 #endif // TAO_BE_VISITOR_CONSTANT_H