summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/ami4ccm_conn_ex_idl.h
blob: db2bb9bde6e17d840acd1d967194ef40a2fd657b (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
/* -*- c++ -*- */
//=============================================================================
/**
 *  @file    ami4ccm_conn_ex_idl.h
 *
 *  Concrete visitor for the AMI4CCM Interface node.
 *  This one provides code generation for interfaces in the executor IDL.
 *
 *  @author Jeff Parsons
 */
//=============================================================================

#ifndef _AMI4CCM_CONN_EX_IDL_H_
#define _AMI4CCM_CONN_EX_IDL_H_

/**
 * @class be_visitor_ami4ccm_conn_ex_idl
 *
 * @brief be_visitor_ami4ccm_conn_ex_idl
 *
 * This is a concrete visitor to generate the implied
 * connector IDL in the local executor mapping IDL file.
 */
class be_visitor_ami4ccm_conn_ex_idl : public be_visitor_scope
{
public:
  be_visitor_ami4ccm_conn_ex_idl (be_visitor_context *ctx);

  ~be_visitor_ami4ccm_conn_ex_idl (void);

  virtual int visit_interface (be_interface *node);

private:
  TAO_OutStream &os_;
};

#endif /* _AMI4CCM_CONN_EX_IDL_H_ */