Public Member Functions | |
| PROXY_PTR | build (PARENT *parent, CosNotifyChannelAdmin::ProxyID_out proxy_id, const CosNotification::QoSProperties &initial_qos) |
| PROXY_IMPL * | build (PARENT *parent, const CosNotifyChannelAdmin::ProxyID proxy_id) |
Definition at line 46 of file Builder.cpp.
| PROXY_PTR TAO_Notify_Proxy_Builder_T< PROXY_IMPL, PROXY, PROXY_PTR, PROXY_VAR, PARENT >::build | ( | PARENT * | parent, | |
| CosNotifyChannelAdmin::ProxyID_out | proxy_id, | |||
| const CosNotification::QoSProperties & | initial_qos | |||
| ) | [inline] |
Definition at line 40 of file Builder.cpp.
{
public:
PROXY_PTR
build (PARENT *parent, CosNotifyChannelAdmin::ProxyID_out proxy_id
, const CosNotification::QoSProperties & initial_qos)
{
PROXY_VAR proxy_ret;
TAO_Notify_Factory* factory = TAO_Notify_PROPERTIES::instance ()->factory ();
PROXY_IMPL* proxy = 0;
factory->create (proxy);
PortableServer::ServantBase_var servant (proxy);
proxy->init (parent);
proxy->set_qos (initial_qos);
CORBA::Object_var obj = proxy->activate (proxy);
| PROXY_IMPL* TAO_Notify_Proxy_Builder_T< PROXY_IMPL, PROXY, PROXY_PTR, PROXY_VAR, PARENT >::build | ( | PARENT * | parent, | |
| const CosNotifyChannelAdmin::ProxyID | proxy_id | |||
| ) | [inline] |
Definition at line 70 of file Builder.cpp.
{
TAO_Notify_Factory* factory = TAO_Notify_PROPERTIES::instance ()->factory ();
PROXY_IMPL* proxy = 0;
factory->create (proxy);
PortableServer::ServantBase_var servant (proxy);
1.7.0