summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_attribute.cpp
blob: 59e23a5a07f816564ed151ebac7f0b47bfe91db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_attribute.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for Attribute
//
// = AUTHOR
//    Aniruddha Gokhale
//
// ============================================================================

#include "be_array.h"
#include "be_component.h"
#include "be_enum.h"
#include "be_eventtype.h"
#include "be_home.h"
#include "be_predefined_type.h"
#include "be_sequence.h"
#include "be_string.h"
#include "be_structure.h"
#include "be_typedef.h"
#include "be_union.h"
#include "be_valuebox.h"
#include "be_valuetype.h"
#include "be_attribute.h"
#include "be_operation.h"
#include "be_predefined_type.h"
#include "be_argument.h"

#include "be_helper.h"

#include "be_visitor_attribute.h"
#include "be_visitor_context.h"
#include "be_visitor_operation.h"
#include "be_visitor_any_extracted_type_decl.h"


#include "ast_generator.h"
#include "utl_identifier.h"
#include "utl_exceptlist.h"
#include "global_extern.h"
#include "ace/Log_Msg.h"

#include "be_visitor_attribute/attribute.cpp"
#include "be_visitor_attribute/set_from_extracted.cpp"
#include "be_visitor_attribute/component_init.cpp"

ACE_RCSID (be, 
           be_visitor_attribute, 
           "$Id$")