summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component_fwd.cpp
blob: baf29faad36a90619523497a398d98b8bcc2025a (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_component_fwd.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for forward declared Component
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#include "be_component_fwd.h"
#include "be_helper.h"

#include "be_visitor_component_fwd.h"
#include "be_visitor_interface_fwd.h"
#include "be_visitor_context.h"

#include "be_visitor_component_fwd/component_fwd_ch.cpp"
#include "be_visitor_component_fwd/any_op_ch.cpp"
#include "be_visitor_component_fwd/cdr_op_ch.cpp"

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