#include <llsdrpcserver.h>
Inheritance diagram for LLXMLRPCServerFactory< Server >:
Public Member Functions | |
virtual bool | build (LLPumpIO::chain_t &chain, LLSD context) const |
Build the chian with in as the first and end as the last. |
Definition at line 344 of file llsdrpcserver.h.
virtual bool LLXMLRPCServerFactory< Server >::build | ( | LLPumpIO::chain_t & | chain, | |
LLSD | context | |||
) | const [inline, virtual] |
Build the chian with in as the first and end as the last.
The caller of the LLChainIOFactory is responsible for managing the memory of the in pipe. All of the chains generated by the factory will be ref counted as usual, so the caller will also need to break the links in the chain.
chain | The chain which will have new pipes appended | |
context | A context for use by this factory if you choose Returns true if the call was successful. |
Implements LLChainIOFactory.
Definition at line 347 of file llsdrpcserver.h.