

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 1182 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::response | ( | LLPumpIO * | pump | ) | [inline, virtual] |
Method called when the response is ready.
Implements LLSDRPCResponse.
Definition at line 1190 of file io.cpp.
References mResponsePtr, and LLSDRPCResponse::mReturnValue.
| 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 1195 of file io.cpp.
References mResponsePtr, and LLSDRPCResponse::mReturnValue.
| virtual bool tut::rpc_server_data::LLSimpleRPCResponse::error | ( | LLPumpIO * | pump | ) | [inline, virtual] |
1.5.5