summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_connector/executor_ami_exh.h
blob: fa00e192e4b69544ecc753ddd7e3d7dfc2367ce5 (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
/* -*- c++ -*- */
//=============================================================================
/**
 *  @file    executor_ami_exh.h
 *
 *  This provides code generation for executors in the AMI connector
 *  impl header,
 *
 *  @author Jeff Parsons
 */
//=============================================================================


#ifndef _BE_CONNECTOR_EXECUTOR_AMI_EXH_H_
#define _BE_CONNECTOR_EXECUTOR_AMI_EXH_H_

class be_visitor_executor_ami_exh
  : public be_visitor_component_scope
{
  //
  // = TITLE
  //   be_visitor_executor_ami_exh
  //
  // = DESCRIPTION
  //   This is a concrete visitor to generate
  //   the AMI connector implementation header for connectors.
  //
  //
public:
  be_visitor_executor_ami_exh (be_visitor_context *ctx);

  ~be_visitor_executor_ami_exh ();

  virtual int visit_connector (be_connector *node);
  virtual int visit_provides (be_provides *node);
};

#endif /* _BE_CONNECTOR_EXECUTOR_AMI_EXH_H_ */