summaryrefslogtreecommitdiff
path: root/TAO_IDL/be_include/be_visitor_typedef.h
blob: be3d0be6f2f5f6a01395422970adaaf5f3732766 (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
/* -*- c++ -*- */

//=============================================================================
/**
 *  @file    be_visitor_typedef.h
 *
 *  $Id$
 *
 *  Concrete visitor for the Typedef class
 *
 *
 *  @author Aniruddha Gokhale
 */
//=============================================================================


#ifndef TAO_BE_VISITOR_TYPEDEF_H
#define TAO_BE_VISITOR_TYPEDEF_H

#include "be_visitor_decl.h"
#include "be_visitor_typedef/typedef.h"
#include "be_visitor_typedef/typedef_ch.h"
#include "be_visitor_typedef/typedef_ci.h"
#include "be_visitor_typedef/typedef_cs.h"
#include "be_visitor_typedef/any_op_ch.h"
#include "be_visitor_typedef/any_op_cs.h"
#include "be_visitor_typedef/cdr_op_ch.h"
#include "be_visitor_typedef/cdr_op_cs.h"

#endif // TAO_BE_VISITOR_TYPEDEF_H