#include <lldispatcher.h>
Inheritance diagram for LLDispatchHandler:
Public Types | |
typedef std::vector< std::string > | sparam_t |
Public Member Functions | |
LLDispatchHandler () | |
virtual | ~LLDispatchHandler () |
virtual bool | operator() (const LLDispatcher *dispatcher, const std::string &key, const LLUUID &invoice, const sparam_t &string)=0 |
Definition at line 51 of file lldispatcher.h.
typedef std::vector<std::string> LLDispatchHandler::sparam_t |
Definition at line 54 of file lldispatcher.h.
LLDispatchHandler::LLDispatchHandler | ( | ) | [inline] |
Definition at line 56 of file lldispatcher.h.
virtual LLDispatchHandler::~LLDispatchHandler | ( | ) | [inline, virtual] |
Definition at line 57 of file lldispatcher.h.
virtual bool LLDispatchHandler::operator() | ( | const LLDispatcher * | dispatcher, | |
const std::string & | key, | |||
const LLUUID & | invoice, | |||
const sparam_t & | string | |||
) | [pure virtual] |