2 //=============================================================================
6 * Visitors for generation of code for Sequence
8 * @author Aniruddha Gokhale and Carlos O'Ryan
10 //=============================================================================
12 #include "ace/Log_Msg.h"
16 #include "be_exception.h"
17 #include "be_module.h"
19 #include "be_interface.h"
20 #include "be_interface_fwd.h"
21 #include "be_component.h"
22 #include "be_component_fwd.h"
24 #include "be_predefined_type.h"
25 #include "be_sequence.h"
26 #include "be_string.h"
27 #include "be_structure.h"
28 #include "be_structure_fwd.h"
30 #include "be_union_fwd.h"
32 #include "be_typedef.h"
33 #include "be_valuebox.h"
34 #include "be_valuetype.h"
35 #include "be_valuetype_fwd.h"
36 #include "be_eventtype.h"
37 #include "be_eventtype_fwd.h"
38 #include "be_helper.h"
39 #include "be_extern.h"
41 #include "utl_identifier.h"
42 #include "nr_extern.h"
43 #include "global_extern.h"
45 #include "be_visitor_sequence.h"
46 #include "be_visitor_context.h"