summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_attribute.cpp
blob: 7b11a6294c24fe6334da74de2468fdd31a5e4da3 (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
//
// $Id$
//

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

#include	"idl.h"
#include	"idl_extern.h"
#include	"be.h"

#include "be_visitor_attribute.h"

// include all the individual files
#include "be_visitor_attribute/attribute.cpp"

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