summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_enum.h
blob: 6b0ea40bce4bbaa4f40d132b861659dee814b599 (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_enum.h
//
// = DESCRIPTION
//    Concrete visitor for the enum class
//
// = AUTHOR
//    Aniruddha Gokhale
//
// ============================================================================

#ifndef TAO_BE_VISITOR_ENUM_H
#define TAO_BE_VISITOR_ENUM_H

#include "be_visitor.h"
#include "be_visitor_scope.h"
#include "be_visitor_enum/enum_ch.h"
#include "be_visitor_enum/enum_cs.h"
#include "be_visitor_enum/any_op_ch.h"
#include "be_visitor_enum/any_op_cs.h"
#include "be_visitor_enum/cdr_op_ch.h"
#include "be_visitor_enum/cdr_op_cs.h"

#endif /* TAO_BE_VISITOR_ENUM_H */