Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_home / home.h
blob207c72034b052a58c8182d4edae12ea9492c25c6
2 //=============================================================================
3 /**
4 * @file home.h
6 * Visitors for generation of code for a component home.
8 * @author Jeff Parsons
9 */
10 //=============================================================================
12 #include "ace/Log_Msg.h"
14 #include "utl_identifier.h"
15 #include "utl_exceptlist.h"
16 #include "ast_argument.h"
17 #include "ast_exception.h"
18 #include "nr_extern.h"
20 #include "be_helper.h"
21 #include "be_identifier_helper.h"
22 #include "be_util.h"
23 #include "be_extern.h"
24 #include "be_argument.h"
25 #include "be_attribute.h"
26 #include "be_home.h"
27 #include "be_component.h"
28 #include "be_factory.h"
29 #include "be_finder.h"
30 #include "be_operation.h"
31 #include "be_sequence.h"
32 #include "be_string.h"
34 #include "be_visitor_home.h"
35 #include "be_visitor_attribute.h"
36 #include "be_visitor_operation.h"
37 #include "be_visitor_valuetype/valuetype_init_arglist_ch.h"
38 #include "be_visitor_context.h"