summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_home.cpp
blob: b3c720138a7fafe72f28e64095dd2207f1dc1434 (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_home.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for a component home.
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#include "be_home.h"

#include "be_visitor_home.h"
#include "be_visitor_typecode/typecode_defn.h"
#include "be_visitor_typecode/objref_typecode.h"
#include "be_visitor_context.h"
#include "be_helper.h"
#include "be_extern.h"
#include "ace/Log_Msg.h"

#include "be_visitor_home/home_ch.cpp"
#include "be_visitor_home/home_cs.cpp"

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