// cut off connection with ProxyPullConsumer
proxy_consumer->disconnect_pull_consumer();
cout << "Disconnect ProxyPullConsumer." << endl;
// Destroy the POA, waiting until the destruction terminates
rootPoa->destroy (1, 1);
orb->destroy ();
return 0;
}
从上面的代码可以看出,PullSupplier的基本调用序列为:
文章来源于领测软件测试网 https://www.ltesting.net/