3 //=============================================================================
5 * @file be_visitor_argument.h
7 * Visitors for generation of code for Arguments. These are used for the
8 * interpretive styled stubs and skeletons
10 * @author Aniruddha Gokhale and Carlos O'Ryan
12 //=============================================================================
14 #ifndef _BE_VISITOR_ARGUMENT_H
15 #define _BE_VISITOR_ARGUMENT_H
17 #include "idl_defines.h"
19 #include "be_visitor_scope.h"
20 #include "be_visitor_argument/argument.h"
21 #include "be_visitor_argument/arglist.h"
22 #include "be_visitor_argument/vardecl_ss.h"
23 #include "be_visitor_argument/upcall_ss.h"
24 #include "be_visitor_argument/marshal_ss.h"
25 #include "be_visitor_argument/invoke_cs.h"
27 #endif /* _BE_VISITOR_ARGUMENT_H */