summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_sequence/sequence.h
blob: bd91ece275a5e90eb2ca8592035ebf21bef40543 (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

//=============================================================================
/**
 *  @file    sequence.h
 *
 *  Visitors for generation of code for Sequence
 *
 *
 *  @author Aniruddha Gokhale and Carlos O'Ryan
 */
//=============================================================================

#include "ace/Log_Msg.h"

#include "be_array.h"
#include "be_enum.h"
#include "be_exception.h"
#include "be_module.h"
#include "be_util.h"
#include "be_interface.h"
#include "be_interface_fwd.h"
#include "be_component.h"
#include "be_component_fwd.h"
#include "be_home.h"
#include "be_predefined_type.h"
#include "be_sequence.h"
#include "be_string.h"
#include "be_structure.h"
#include "be_structure_fwd.h"
#include "be_union.h"
#include "be_union_fwd.h"
#include "be_type.h"
#include "be_typedef.h"
#include "be_valuebox.h"
#include "be_valuetype.h"
#include "be_valuetype_fwd.h"
#include "be_eventtype.h"
#include "be_eventtype_fwd.h"
#include "be_helper.h"
#include "be_extern.h"
#include "ast_root.h"
#include "utl_identifier.h"
#include "nr_extern.h"
#include "global_extern.h"

#include "be_visitor_sequence.h"
#include "be_visitor_context.h"