summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_ss.h
blob: a41af89c06ae9a928e67be9c0557d2b30ec0890a (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
47
48
49
// -*- C++ -*-

//=============================================================================
/**
 *  @file    exceptlist_ss.h
 *
 *  $Id$
 *
 *  Generates the array of user exception TypeCodes used by the
 *  skeletons.
 *
 *
 *  @author Ossama Othman
 */
//=============================================================================


#ifndef _BE_VISITOR_OPERATION_EXCEPTIONLIST_SS_H_
#define _BE_VISITOR_OPERATION_EXCEPTIONLIST_SS_H_

// ***************************************************************************
// Visitor for generating the user exception TypeCode list used by the
// skeletons.
// ***************************************************************************

/**
 * @class be_visitor_operation_exceptlist_ss
 *
 * @brief be_visitor_operaion_exceptlist_ss
 *
 * This is a visitor to generate operation exception TypeCode list
 * to be used by the skeletons.
 */
class be_visitor_operation_exceptlist_ss : public be_visitor_decl
{
public:

  /// constructor
  be_visitor_operation_exceptlist_ss (be_visitor_context * ctx);

  /// destructor
  ~be_visitor_operation_exceptlist_ss (void);

  /// visit the operation
  int visit_operation (be_operation * node);

};

#endif /* _BE_VISITOR_OPERATION_EXCEPTIONLIST_SS_H_ */