summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_union_fwd/union_fwd_ch.h
blob: 96c3e7a7f5c9f3072c5fa9db835537b425eefe04 (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
/* -*- c++ -*- */
//=============================================================================
/**
 *  @file    union_fwd_ch.h
 *
 *  Concrete visitor for the be_union_fwd node.
 *
 *  @author Jeff Parsons
 */
//=============================================================================


#ifndef _BE_INTERFACE_UNION_FWD_CH_H_
#define _BE_INTERFACE_UNION_FWD_CH_H_

/**
 * @class be_visitor_union_fwd_ch
 *
 * @brief be_visitor_union_fwd_ch
 *
 * This is the visitor for be_union_fwd for the header file
 */
class be_visitor_union_fwd_ch : public be_visitor_decl
{
public:
  be_visitor_union_fwd_ch (be_visitor_context *ctx);

  ~be_visitor_union_fwd_ch ();

  virtual int visit_union_fwd (be_union_fwd *node);
};

#endif /* _BE_INTERFACE_UNION_FWD_CH_H_ */