summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_eventtype_fwd.cpp
blob: b68da9d5a758bd1608906a5ecf61b1d576ef0526 (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
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_eventtype_fwd.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for Eventtype_Fwd
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#include "be_eventtype_fwd.h"

#include "be_visitor_eventtype_fwd.h"
#include "be_visitor_valuetype_fwd.h"
#include "be_visitor_context.h"
#include "be_helper.h"

#include "be_visitor_eventtype_fwd/eventtype_fwd_ch.cpp"
#include "be_visitor_eventtype_fwd/any_op_ch.cpp"
#include "be_visitor_eventtype_fwd/cdr_op_ch.cpp"

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