#include <Dynamic_Component_Servant_Base.h>
Public Member Functions | |
Dynamic_Component_Servant_Base (void) | |
Dynamic_Component_Servant_Base (Session_Container *c) | |
virtual | ~Dynamic_Component_Servant_Base (void) |
virtual PortableServer::Servant | create (PortableServer::ObjectId &oid)=0 |
virtual void | destroy (PortableServer::ObjectId &oid)=0 |
virtual void | update_destroy_count ()=0 |
Protected Attributes | |
Session_Container * | container_ |
CIAO::Dynamic_Component_Servant_Base::Dynamic_Component_Servant_Base | ( | void | ) |
CIAO::Dynamic_Component_Servant_Base::Dynamic_Component_Servant_Base | ( | Session_Container * | c | ) | [explicit] |
virtual CIAO::Dynamic_Component_Servant_Base::~Dynamic_Component_Servant_Base | ( | void | ) | [virtual] |
virtual PortableServer::Servant CIAO::Dynamic_Component_Servant_Base::create | ( | PortableServer::ObjectId & | oid | ) | [pure virtual] |
Implemented in CIAO::Dynamic_Component_Servant< COMP_SVNT >.
virtual void CIAO::Dynamic_Component_Servant_Base::destroy | ( | PortableServer::ObjectId & | oid | ) | [pure virtual] |
Implemented in CIAO::Dynamic_Component_Servant< COMP_SVNT >.
virtual void CIAO::Dynamic_Component_Servant_Base::update_destroy_count | ( | ) | [pure virtual] |
Implemented in CIAO::Dynamic_Component_Servant< COMP_SVNT >.