amh_rh_sh.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 32 行
H
32 行
//=============================================================================
/**
* @file amh_rh_sh.h
*
* amh_rh_sh.h,v 1.2 2002/01/18 01:52:54 mayur Exp
*
* Specialized visitor for AMH ResponseHandler (RH) that generates
* code for the RH interface in the skeleton header
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
*/
//=============================================================================
#ifndef AMH_RH_SH_H_
#define AMH_RH_SH_H_
class be_visitor_amh_rh_interface_sh : public be_visitor_interface_sh
{
public:
be_visitor_amh_rh_interface_sh (void);
be_visitor_amh_rh_interface_sh (be_visitor_context *ctx);
~be_visitor_amh_rh_interface_sh (void);
virtual int visit_interface (be_interface *node);
virtual int visit_operation (be_operation *node);
};
#endif /* AMH_RH_SH_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?