summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype_fwd.h
blob: 435a992ae9dd3dbea269c57b122bed0a52176a93 (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
/* -*- C++ -*- */
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_valuetype_fwd.h
//
// = DESCRIPTION
//    Concrete visitor for the valuetype_fwd class
//
// = AUTHOR
//    Torsten Kuepper  <kuepper2@lfa.uni-wuppertal.de>
//    based on code from Aniruddha Gokhale (be_visitor_interface_fwd.h)
//
// ============================================================================

#ifndef TAO_BE_VISITOR_VALUETYPE_FWD_H
#define TAO_BE_VISITOR_VALUETYPE_FWD_H

#ifdef IDL_HAS_VALUETYPE

#include "be_visitor.h"
#include "be_visitor_scope.h"

#include "be_visitor_valuetype_fwd/valuetype_fwd_ch.h"
#include "be_visitor_valuetype_fwd/valuetype_fwd_ci.h"
#include "be_visitor_valuetype_fwd/cdr_op_ci.h"

#endif /* IDL_HAS_VALUETYPE */

#endif /* TAO_BE_VISITOR_VALUETYPE_FWD_H */