Public Member Functions | |
virtual void | echo (const std::string &msg, const Ice::Current &) |
EchoServant (doil::ImplBase *impl) | |
virtual | ~EchoServant () |
Private Attributes | |
IEcho * | m_impl |
Definition at line 12 of file EchoIce.cpp.
EchoIce::EchoServant::EchoServant | ( | doil::ImplBase * | impl | ) | [inline] |
Definition at line 17 of file EchoIce.cpp.
virtual EchoIce::EchoServant::~EchoServant | ( | ) | [inline, virtual] |
Definition at line 25 of file EchoIce.cpp.
virtual void EchoIce::EchoServant::echo | ( | const std::string & | msg, |
const Ice::Current & | |||
) | [inline, virtual] |
Definition at line 29 of file EchoIce.cpp.
IEcho* EchoIce::EchoServant::m_impl [private] |
Definition at line 35 of file EchoIce.cpp.