Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_array / array.h
blobcf9b9234f0d3afb35cbb9c5189aa3825a5a693da
2 //=============================================================================
3 /**
4 * @file array.h
6 * Visitors for generation of code for Array
8 * @author Aniruddha Gokhale
9 */
10 //=============================================================================
12 #include "be_enum.h"
13 #include "be_type.h"
14 #include "be_typedef.h"
15 #include "be_predefined_type.h"
16 #include "be_array.h"
17 #include "be_string.h"
18 #include "be_interface.h"
19 #include "be_interface_fwd.h"
20 #include "be_valuebox.h"
21 #include "be_valuetype.h"
22 #include "be_valuetype_fwd.h"
23 #include "be_structure.h"
24 #include "be_union.h"
25 #include "be_sequence.h"
26 #include "be_helper.h"
27 #include "be_extern.h"
28 #include "utl_identifier.h"
29 #include "nr_extern.h"
30 #include "ace/Log_Msg.h"
32 #include "be_visitor_array.h"
33 #include "be_visitor_context.h"
34 #include "be_visitor_enum.h"
35 #include "be_visitor_structure.h"
36 #include "be_visitor_union.h"