summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype_fwd.h
blob: 19c145c5e46625f1a90aa0d6f9fbe44b5a25ee4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -*- C++ -*- */

//=============================================================================
/**
 *  @file    be_visitor_valuetype_fwd.h
 *
 *  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

#include "be_visitor_decl.h"
#include "be_visitor_valuetype_fwd/valuetype_fwd_ch.h"
#include "be_visitor_valuetype_fwd/any_op_ch.h"
#include "be_visitor_valuetype_fwd/cdr_op_ch.h"

#endif /* TAO_BE_VISITOR_VALUETYPE_FWD_H */