Public Member Functions | |
LLSimpleRPCResponse (LLSD *response) | |
~LLSimpleRPCResponse () | |
virtual bool | response (LLPumpIO *pump) |
Method called when the response is ready. | |
virtual bool | fault (LLPumpIO *pump) |
Method called when a fault is generated by the remote server. | |
virtual bool | error (LLPumpIO *pump) |
Method called when there was an error. | |
Public Attributes | |
LLSD * | mResponsePtr |
Definition at line 1117 of file io.cpp.
tut::rpc_server_data::LLSimpleRPCResponse::LLSimpleRPCResponse | ( | LLSD * | response | ) | [inline] |
tut::rpc_server_data::LLSimpleRPCResponse::~LLSimpleRPCResponse | ( | ) | [inline] |
virtual bool tut::rpc_server_data::LLSimpleRPCResponse::error | ( | LLPumpIO * | pump | ) | [inline, virtual] |
virtual bool tut::rpc_server_data::LLSimpleRPCResponse::fault | ( | LLPumpIO * | pump | ) | [inline, virtual] |
Method called when a fault is generated by the remote server.
Implements LLSDRPCResponse.
Definition at line 1130 of file io.cpp.
References mResponsePtr, and LLSDRPCResponse::mReturnValue.
virtual bool tut::rpc_server_data::LLSimpleRPCResponse::response | ( | LLPumpIO * | pump | ) | [inline, virtual] |
Method called when the response is ready.
Implements LLSDRPCResponse.
Definition at line 1125 of file io.cpp.
References mResponsePtr, and LLSDRPCResponse::mReturnValue.