summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_home/home.h
blob: a86f251914ea298540ed11c6285df93bc31258c8 (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

//=============================================================================
/**
 *  @file    home.h
 *
 *  Visitors for generation of code for a component home.
 *
 *
 *  @author Jeff Parsons
 */
//=============================================================================

#include "ace/Log_Msg.h"

#include "utl_identifier.h"
#include "utl_exceptlist.h"
#include "ast_argument.h"
#include "ast_exception.h"
#include "nr_extern.h"

#include "be_helper.h"
#include "be_identifier_helper.h"
#include "be_util.h"
#include "be_extern.h"
#include "be_argument.h"
#include "be_attribute.h"
#include "be_home.h"
#include "be_component.h"
#include "be_factory.h"
#include "be_finder.h"
#include "be_operation.h"
#include "be_sequence.h"
#include "be_string.h"

#include "be_visitor_home.h"
#include "be_visitor_attribute.h"
#include "be_visitor_operation.h"
#include "be_visitor_valuetype/valuetype_init_arglist_ch.h"
#include "be_visitor_context.h"