📄 mcast_server_i.h
字号:
// MCast_Server_i.h,v 1.4 2002/01/29 20:20:54 okellogg Exp
#ifndef MCAST_SERVER_I_H
#define MCAST_SERVER_I_H
#include "MCastS.h"
class MCast_Server_i : public POA_MCast::Server {
public:
MCast_Server_i ();
// Simple method just to see that the client contacted the
// server. If does contact, a '0' is returned.
CORBA::Boolean connect_server (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
};
#endif /* MCAST_SERVER_I_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -