Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_enum / enum.h
blobbd6de6e295d2a9a005d67551557145ffb632ef95
2 //=============================================================================
3 /**
4 * @file enum.h
6 * Visitors for generation of code for Enum
8 * @author Aniruddha Gokhale
9 */
10 //=============================================================================
12 #include "be_enum.h"
13 #include "be_enum_val.h"
14 #include "be_helper.h"
15 #include "be_extern.h"
16 #include "be_module.h"
17 #include "be_interface.h"
18 #include "be_structure.h"
19 #include "be_util.h"
21 #include "be_visitor_enum.h"
22 #include "be_visitor_context.h"