summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_argument.h
blob: c013ef817ab7f18be59a6eee7e5b3eb2e0110cb1 (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
// -*- C++ -*-

//=============================================================================
/**
 *  @file    be_visitor_argument.h
 *
 *  Visitors for generation of code for Arguments. These are used for the
 *  interpretive styled stubs and skeletons
 *
 *
 *  @author Aniruddha Gokhale and Carlos O'Ryan
 */
//=============================================================================

#ifndef _BE_VISITOR_ARGUMENT_H
#define _BE_VISITOR_ARGUMENT_H

#include "idl_defines.h"

#include "be_visitor_scope.h"
#include "be_visitor_argument/argument.h"
#include "be_visitor_argument/arglist.h"
#include "be_visitor_argument/vardecl_ss.h"
#include "be_visitor_argument/upcall_ss.h"
#include "be_visitor_argument/marshal_ss.h"
#include "be_visitor_argument/invoke_cs.h"

#endif /* _BE_VISITOR_ARGUMENT_H */