#include <CORBAServantBase.h>
Public Member Functions | |
CORBAServantBase (ImplBase *impl) | |
virtual void | decRef () |
virtual const char * | id () const |
virtual void | incRef () |
virtual const char * | name () const |
virtual | ~CORBAServantBase () |
Protected Attributes | |
std::string | m_id |
std::string | m_name |
int | m_refcount |
Definition at line 32 of file CORBAServantBase.h.
doil::CORBA::CORBAServantBase::CORBAServantBase | ( | ImplBase * | impl | ) | [inline] |
Definition at line 41 of file CORBAServantBase.h.
virtual doil::CORBA::CORBAServantBase::~CORBAServantBase | ( | ) | [inline, virtual] |
Definition at line 45 of file CORBAServantBase.h.
virtual void doil::CORBA::CORBAServantBase::decRef | ( | ) | [inline, virtual] |
Implements doil::ServantBase.
Definition at line 62 of file CORBAServantBase.h.
virtual const char* doil::CORBA::CORBAServantBase::id | ( | ) | const [inline, virtual] |
Implements doil::ServantBase.
Definition at line 47 of file CORBAServantBase.h.
virtual void doil::CORBA::CORBAServantBase::incRef | ( | ) | [inline, virtual] |
Implements doil::ServantBase.
Definition at line 57 of file CORBAServantBase.h.
virtual const char* doil::CORBA::CORBAServantBase::name | ( | ) | const [inline, virtual] |
Implements doil::ServantBase.
Definition at line 52 of file CORBAServantBase.h.
std::string doil::CORBA::CORBAServantBase::m_id [protected] |
Definition at line 71 of file CORBAServantBase.h.
std::string doil::CORBA::CORBAServantBase::m_name [protected] |
Definition at line 72 of file CORBAServantBase.h.
int doil::CORBA::CORBAServantBase::m_refcount [protected] |
Definition at line 70 of file CORBAServantBase.h.