#include <ImplBase.h>
Public Member Functions | |
virtual void | decRef ()=0 |
virtual const char * | id ()=0 |
virtual void | incRef ()=0 |
virtual const char * | name ()=0 |
virtual | ~ImplBase () |
Definition at line 24 of file ImplBase.h.
virtual doil::ImplBase::~ImplBase | ( | ) | [inline, virtual] |
Definition at line 27 of file ImplBase.h.
virtual void doil::ImplBase::decRef | ( | ) | [pure virtual] |
Implemented in ExecutionContextProxy::ILightweightRTObjectMock, UnitTest::Servant::ConfigurationImpl, EchoImpl, EchoImpl, and EchoImpl.
virtual const char* doil::ImplBase::id | ( | ) | [pure virtual] |
Implemented in ExecutionContextProxy::ILightweightRTObjectMock, UnitTest::Servant::ConfigurationImpl, EchoImpl, EchoImpl, and EchoImpl.
virtual void doil::ImplBase::incRef | ( | ) | [pure virtual] |
Implemented in ExecutionContextProxy::ILightweightRTObjectMock, UnitTest::Servant::ConfigurationImpl, EchoImpl, EchoImpl, and EchoImpl.
virtual const char* doil::ImplBase::name | ( | ) | [pure virtual] |
Implemented in ExecutionContextProxy::ILightweightRTObjectMock, UnitTest::Servant::ConfigurationImpl, EchoImpl, EchoImpl, and EchoImpl.