summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype_fwd.cpp
blob: 79d1f442b5b71ff2ce19ee65e155dc16d417f98f (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
29
30
31
32
33
34
35
36
37
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_valuetype_fwd.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for Valuetype_Fwd
//
// = AUTHOR
//    Torsten Kuepper  <kuepper2@lfa.uni-wuppertal.de>
//
// ============================================================================


#include        "idl.h"
#include        "idl_extern.h"
#include        "be.h"

#ifdef IDL_HAS_VALUETYPE

#include "be_visitor_valuetype_fwd.h"

// include all the individual files
//#include "be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp"
//#include "be_visitor_valuetype_fwd/valuetype_fwd_ci.cpp"
//#include "be_visitor_valuetype_fwd/cdr_op_ci.cpp"

ACE_RCSID(be, be_visitor_valuetype_fwd, "$Id$")

#endif /* IDL_HAS_VALUETYPE */