#include <llsdrpcserver.h>
Inheritance diagram for LLSDRPCMethodCallBase:
Public Member Functions | |
LLSDRPCMethodCallBase () | |
virtual | ~LLSDRPCMethodCallBase () |
virtual ESDRPCSStatus | call (const LLSD ¶ms, const LLChannelDescriptors &channels, LLBufferArray *response)=0 |
Definition at line 111 of file llsdrpcserver.h.
LLSDRPCMethodCallBase::LLSDRPCMethodCallBase | ( | ) | [inline] |
Definition at line 114 of file llsdrpcserver.h.
virtual LLSDRPCMethodCallBase::~LLSDRPCMethodCallBase | ( | ) | [inline, virtual] |
Definition at line 115 of file llsdrpcserver.h.
virtual ESDRPCSStatus LLSDRPCMethodCallBase::call | ( | const LLSD & | params, | |
const LLChannelDescriptors & | channels, | |||
LLBufferArray * | response | |||
) | [pure virtual] |
Implemented in LLSDRPCMethodCall< Server >.