summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be/be_visitor_native.cpp
blob: 1f0b7a45424ff09ae66fc6c9a622cd9a87719e46 (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
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_native.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for native
//
// = AUTHOR
//    Johnny Willemsen
//
// ============================================================================

#include "be_native.h"
#include "be_helper.h"
#include "be_extern.h"

#include "be_visitor_native.h"
#include "be_visitor_context.h"

#include "be_visitor_native/native_ch.cpp"

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