summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be/be_visitor_constant.cpp
blob: 31fe34ea8fc783af6c3c8e7af6c54aaa4f2103ad (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
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_constant.cpp
//
// = DESCRIPTION
//    Visitors for generation of code for Constant
//
// = AUTHOR
//    Aniruddha Gokhale
//
// ============================================================================

#include "be_constant.h"
#include "be_module.h"
#include "be_helper.h"
#include "be_extern.h"
#include "be_typedef.h"
#include "utl_identifier.h"

#include "be_visitor_constant.h"
#include "be_visitor_context.h"

#include "be_visitor_constant/constant_ch.cpp"
#include "be_visitor_constant/constant_cs.cpp"

ACE_RCSID (be, 
           be_visitor_constant, 
           "$Id$")