#include <Service.h>
Inheritance diagram for TAO_Notify_Service:
Public Member Functions | |
virtual | ~TAO_Notify_Service (void) |
Destructor. | |
virtual int | init (int argc, ACE_TCHAR *argv[])=0 |
Init the service from configurator. | |
virtual void | init_service (CORBA::ORB_ptr orb)=0 |
Init the service. | |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA)=0 |
Create the Channel Factory. |
Definition at line 55 of file Service.h.
|
Destructor.
Definition at line 11 of file Service.cpp.
00012 { 00013 } |
|
Create the Channel Factory.
Implemented in TAO_CosNotify_Service. Referenced by TAO_Notify_EventChannelFactory_i::create(). |
|
Init the service from configurator.
Reimplemented from ACE_Shared_Object. Implemented in TAO_CosNotify_Service. |
|
Init the service.
Implemented in TAO_CosNotify_Service, and TAO_RT_Notify_Service. Referenced by TAO_Notify_EventChannelFactory_i::create(). |