XmlRpcServer.cpp File Reference
#include "XmlRpcServer.h"
#include "XmlRpcServerConnection.h"
#include <string>
#include "XmlRpcValue.h"
#include "XmlRpcSource.h"
#include "XmlRpcDecl.h"
#include "XmlRpcServerMethod.h"
#include "XmlRpcSocket.h"
#include "XmlRpcUtil.h"
#include "XmlRpcException.h"
Go to the source code of this file.
Function Documentation
static const std::string LIST_METHODS |
( |
"system.listMethods" |
|
) |
[static] |
static const std::string METHOD_HELP |
( |
"system.methodHelp" |
|
) |
[static] |
static const std::string MULTICALL |
( |
"system.multicall" |
|
) |
[static] |