thru_poa_proxy_impl_ss.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 51 行
H
51 行
//thru_poa_proxy_impl_ss.h,v 1.3 2002/09/25 16:25:38 parsons Exp
//
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
// = FILENAME
// thru_poa_proxy_impl_ss.h
//
// = DESCRIPTION
// Concrete visitor for the Interface node. This
// visitor handle the generation of the proxy
// implementations ThruPOA class.
//
// = AUTHOR
// Angelo Corsaro <corsaro@cs.wustl.edu>
//
// ============================================================================
#ifndef BE_THRU_POA_PROXY_IMPL_SS_H_
#define BE_THRU_POA_PROXY_IMPL_SS_H_
class be_visitor_interface_thru_poa_proxy_impl_ss : public be_visitor_interface
{
// = TITLE
// Generates the declaration for the ThruPOA proxy
// implementation classes.
public:
// -- Ctor/Dtor Decl. --
be_visitor_interface_thru_poa_proxy_impl_ss (be_visitor_context *ctx);
virtual ~be_visitor_interface_thru_poa_proxy_impl_ss (void);
virtual int visit_interface (be_interface *node);
// visit an interface
virtual int visit_component (be_component *node);
// This will just call the above method - no need to create
// another set of visitors for this stuff.
static int gen_abstract_ops_helper (be_interface *node,
be_interface *base,
TAO_OutStream *os);
// Helper to generate the declarations for the operations
// of any abstract parents we may have.
};
#endif /* BE_THRU_POA_PROXY_IMPL_SS_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?