summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h
blob: bdb2fe50e545e563d52a9c0601c67605a1975e0c (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
//=============================================================================
/**
 *  @file   amh_rh_ss.h
 *
 *  Specialized visitor for AMH-ResponseHandler that generates code for the
 *  RH in the skeleton source file
 *
 *  @author Mayur Deshpande <mayur@ics.uci.edu>
 */
//=============================================================================

#ifndef AMH_RH_INTERFACE_SS_H
#define AMH_RH_INTERFACE_SS_H


class be_visitor_amh_rh_interface_ss : public be_visitor_interface_ss
{
public:
  be_visitor_amh_rh_interface_ss (be_visitor_context *ctx);

  int visit_interface (be_interface *node);

  int visit_operation (be_operation *node);

  ~be_visitor_amh_rh_interface_ss ();
};

#endif /* AMH_RH_INTERFACE_SS_H */