#include <Service.h>
Inheritance diagram for TAO_Notify_Service:
Public Methods | |
virtual int | init (int argc, char *argv[])=0 |
Define Service_Object method otherwise SunCC compiler complains. | |
virtual void | init (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL)=0 |
Init the service. | |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA ACE_ENV_ARG_DECL)=0 |
Create the Channel Factory. |
|
Create the Channel Factory.
Implemented in TAO_CosNotify_Service. |
|
Init the service.
Implemented in TAO_CosNotify_Service, and TAO_RT_Notify_Service. |
|
Define Service_Object method otherwise SunCC compiler complains.
Implemented in TAO_CosNotify_Service, and TAO_RT_Notify_Service. |