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

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_typecode.h
//
// = DESCRIPTION
//    Concrete visitor to generate code for TypeCodes
//
// = AUTHOR
//    Aniruddha Gokhale
//
// ============================================================================

#ifndef TAO_BE_VISITOR_TYPECODE_H
#define TAO_BE_VISITOR_TYPECODE_H

#include "idl_defines.h"

#include "be_visitor_decl.h"
#include "be_visitor_typecode/typecode_decl.h"
#include "be_visitor_typecode/typecode_defn.h"

#include "be_visitor_typecode/alias_typecode.h"
#include "be_visitor_typecode/enum_typecode.h"
#include "be_visitor_typecode/objref_typecode.h"
#include "be_visitor_typecode/struct_typecode.h"
#include "be_visitor_typecode/union_typecode.h"
#include "be_visitor_typecode/value_typecode.h"


#endif /* TAO_BE_VISITOR_TYPECODE_H */