按F7编译上述工程。
二、直接通过IOR访问Servant
新建一个eg1_svr工程,添加到当前Solution,在该工程中添加一个名为eg1_svr.cpp的文件,其内容如下:
#include
#include "../idl/echoS.h"
using namespace std;
class Echo_i : public POA_Echo,
public PortableServer::RefCountServantBase
{
public:
inline Echo_i() {}
文章来源于领测软件测试网 https://www.ltesting.net/