summaryrefslogtreecommitdiff
path: root/trunk/TAO/TAO_IDL/be_include/be_visitor_union_fwd/union_fwd_ch.h
blob: 54b3875ddc05c5e70481db0b515080c85a587ee7 (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
38
39
40
41
42
//
// $Id$
//
/* -*- c++ -*- */
// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    union_fwd_ch.h
//
// = DESCRIPTION
//    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 : public be_visitor_decl
{
  //
  // = TITLE
  //   be_visitor_union_fwd_ch
  //
  // = DESCRIPTION
  //   This is the visitor for be_union_fwd for the header file
  //
  //
public:
  be_visitor_union_fwd_ch (be_visitor_context *ctx);

  ~be_visitor_union_fwd_ch (void);

  virtual int visit_union_fwd (be_union_fwd *node);
};

#endif /* _BE_INTERFACE_UNION_FWD_CH_H_ */