summaryrefslogtreecommitdiff
path: root/trunk/TAO/TAO_IDL/be_include/be_visitor_valuetype/ami_exception_holder_cs.h
blob: 88a77fdb288179318e4d75a2414f652662d17f32 (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
43
44
45
46
//
// $Id$
//
/* -*- c++ -*- */
// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    ami_exception_holder_cs.h
//
// = DESCRIPTION
//    Visitor to generate code for exception holders.
//
// = AUTHOR
//    Michael Kircher <Michael.Kircher@mchp.siemens.de>
//
// ============================================================================

#ifndef _BE_VISITOR_VALUETYPE_AMI_EXCEPTION_HOLDER_CS_H_
#define _BE_VISITOR_VALUETYPE_AMI_EXCEPTION_HOLDER_CS_H_

class be_visitor_valuetype_ami_exception_holder_cs : public be_visitor_valuetype
{
  //
  // = TITLE
  //   be_visitor_valuetype_ami_exception_holder_cs
  //
  // = DESCRIPTION
  //   This is a concrete visitor to generate the client stubs for interface
  //
  //
public:
  be_visitor_valuetype_ami_exception_holder_cs (be_visitor_context *ctx);
  // constructor

  ~be_visitor_valuetype_ami_exception_holder_cs (void);
  // destructor

  virtual int visit_valuetype (be_valuetype *node);

  virtual int visit_operation (be_operation *node);
};

#endif /* _BE_VISITOR_VALUETYPE_AMI_EXCEPTION_HOLDER_CS_H_ */