2 //=============================================================================
6 * Visitors for generation of code for Operation
8 * @author Aniruddha Gokhale
10 //=============================================================================
12 #include "be_argument.h"
14 #include "be_attribute.h"
16 #include "be_exception.h"
17 #include "be_interface_fwd.h"
18 #include "be_native.h"
19 #include "be_operation.h"
20 #include "be_module.h"
21 #include "be_predefined_type.h"
22 #include "be_sequence.h"
23 #include "be_string.h"
24 #include "be_structure.h"
26 #include "be_typedef.h"
28 #include "be_valuebox.h"
29 #include "be_valuetype.h"
30 #include "be_valuetype_fwd.h"
31 #include "be_component.h"
32 #include "be_component_fwd.h"
33 #include "be_connector.h"
34 #include "be_eventtype.h"
35 #include "be_eventtype_fwd.h"
37 #include "be_porttype.h"
38 #include "be_provides.h"
39 #include "be_factory.h"
40 #include "be_extern.h"
41 #include "be_helper.h"
42 #include "be_identifier_helper.h"
45 #include "utl_identifier.h"
46 #include "utl_exceptlist.h"
47 #include "nr_extern.h"
49 #include "be_visitor_operation.h"
50 #include "be_visitor_argument.h"
51 #include "be_visitor_context.h"
52 #include "ace/Log_Msg.h"
53 #include "ace/String_Base.h"