summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_tmplinst.h
blob: 3bb34e268494014715f92a82b174b7cf7f03b03c (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
/* -*- c++ -*- */
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_tmplinst.h
//
// = DESCRIPTION
//    Visitors that generate explicit template instantiations.
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#ifndef TAO_BE_VISITOR_TMPLINST_H
#define TAO_BE_VISITOR_TMPLINST_H

#include "ast_argument.h"
#include "idl_defines.h"

#include "be_visitor_scope.h"
#include "be_visitor_tmplinst/tmplinst.h"
#include "be_visitor_tmplinst/arg_tmplinst.h"
#include "be_visitor_tmplinst/tmplinst_cs.h"
#include "be_visitor_tmplinst/tmplinst_ss.h"

#endif // TAO_BE_VISITOR_TMPLINST_H