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

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_constant.h
//
// = DESCRIPTION
//    Concrete visitor for the constant class
//
// = AUTHOR
//    Aniruddha Gokhale
//
// ============================================================================

#if !defined (TAO_BE_VISITOR_CONSTANT_H)
#define TAO_BE_VISITOR_CONSTANT_H

#include "be_visitor.h"
#include "be_visitor_scope.h"
#include "be_visitor_constant/constant_ch.h"
#include "be_visitor_constant/constant_cs.h"

#endif // TAO_BE_VISITOR_CONSTANT_H