summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be_include/be_visitor_home.h
blob: ce1eab2c414f3c285bb259d47d96f536932961d0 (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
38
39
40
41
/* -*- c++ -*- */
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO_IDL_BE
//
// = FILENAME
//    be_visitor_home.h
//
// = DESCRIPTION
//    Concrete visitor for the Home class
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#ifndef TAO_BE_VISITOR_HOME_H
#define TAO_BE_VISITOR_HOME_H

#include "ast_argument.h"

#include "be_visitor_scope.h"
#include "be_visitor_typecode/typecode_decl.h"
#include "be_visitor_operation/operation.h"
#include "be_visitor_operation/arglist.h"

#include "be_visitor_home/home_ch.h"
#include "be_visitor_home/home_cs.h"
#include "be_visitor_home/home_svh.h"
#include "be_visitor_home/home_svs.h"
#include "be_visitor_home/home_ex_idl.h"
#include "be_visitor_home/home_exh.h"
#include "be_visitor_home/home_exs.h"
#include "be_visitor_home/factory_svs.h"

#endif