Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_attribute / attribute.h
blob55a3af750388a324fd9522ac00fe3ed085d18b31
2 //=============================================================================
3 /**
4 * @file attribute.h
6 * Visitors for generation of code for Attribute
8 * @author Aniruddha Gokhale
9 */
10 //=============================================================================
12 #include "be_array.h"
13 #include "be_component.h"
14 #include "be_enum.h"
15 #include "be_eventtype.h"
16 #include "be_home.h"
17 #include "be_predefined_type.h"
18 #include "be_sequence.h"
19 #include "be_string.h"
20 #include "be_structure.h"
21 #include "be_typedef.h"
22 #include "be_union.h"
23 #include "be_valuebox.h"
24 #include "be_valuetype.h"
25 #include "be_attribute.h"
26 #include "be_operation.h"
27 #include "be_predefined_type.h"
28 #include "be_argument.h"
30 #include "be_helper.h"
32 #include "be_visitor_attribute.h"
33 #include "be_visitor_context.h"
34 #include "be_visitor_operation.h"
35 #include "be_visitor_any_extracted_type_decl.h"
37 #include "ast_generator.h"
38 #include "utl_identifier.h"
39 #include "utl_exceptlist.h"
40 #include "global_extern.h"
41 #include "ace/Log_Msg.h"