2 //=============================================================================
6 * Visitors for generation of code for a component home.
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"
23 #include "be_extern.h"
24 #include "be_argument.h"
25 #include "be_attribute.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"