#include <EchoSample.h>
Public Member Functions | |
void | echo (const ::std::string &msg) |
void | echo (const ::std::string &msg, const ::Ice::Context &__ctx) |
Static Public Member Functions | |
static const ::std::string & | ice_staticId () |
Private Member Functions | |
virtual ::IceInternal::Handle < ::IceDelegateD::Ice::Object > | __createDelegateD () |
virtual ::IceInternal::Handle < ::IceDelegateM::Ice::Object > | __createDelegateM () |
void | echo (const ::std::string &, const ::Ice::Context *) |
Definition at line 112 of file EchoSample.h.
IceInternal::Handle<::IceDelegateD::Ice::Object > IceProxy::Demo::EchoSample::__createDelegateD | ( | ) | [private] |
Definition at line 149 of file EchoSample.cpp.
IceInternal::Handle<::IceDelegateM::Ice::Object > IceProxy::Demo::EchoSample::__createDelegateM | ( | ) | [private] |
Definition at line 143 of file EchoSample.cpp.
void IceProxy::Demo::EchoSample::echo | ( | const ::std::string & | msg | ) | [inline] |
Definition at line 116 of file EchoSample.h.
void IceProxy::Demo::EchoSample::echo | ( | const ::std::string & | msg, |
const ::Ice::Context & | __ctx | ||
) | [inline] |
Definition at line 120 of file EchoSample.h.
void IceProxy::Demo::EchoSample::echo | ( | const ::std::string & | msg, |
const ::Ice::Context * | __ctx | ||
) | [private] |
Definition at line 112 of file EchoSample.cpp.
const ::std::string & IceProxy::Demo::EchoSample::ice_staticId | ( | ) | [static] |
Definition at line 137 of file EchoSample.cpp.