

Public Member Functions | |
| LLSimpleRPCServer () | |
| ~LLSimpleRPCServer () | |
Protected Types | |
| typedef LLSDRPCMethodCall < LLSimpleRPCServer > | mem_fn_t |
Protected Member Functions | |
| ESDRPCSStatus | rpc_Echo (const LLSD ¶meter, const LLChannelDescriptors &channels, LLBufferArray *data) |
Definition at line 1229 of file io.cpp.
typedef LLSDRPCMethodCall<LLSimpleRPCServer> tut::rpc_server_data::LLSimpleRPCServer::mem_fn_t [protected] |
| tut::rpc_server_data::LLSimpleRPCServer::LLSimpleRPCServer | ( | ) | [inline] |
Definition at line 1232 of file io.cpp.
References LLSDRPCServer::mMethods, and rpc_Echo().

| tut::rpc_server_data::LLSimpleRPCServer::~LLSimpleRPCServer | ( | ) | [inline] |
| ESDRPCSStatus tut::rpc_server_data::LLSimpleRPCServer::rpc_Echo | ( | const LLSD & | parameter, | |
| const LLChannelDescriptors & | channels, | |||
| LLBufferArray * | data | |||
| ) | [inline, protected] |
Definition at line 1241 of file io.cpp.
References LLSDRPCServer::buildResponse(), and ESDRPCS_DONE.
Referenced by LLSimpleRPCServer().


1.5.5