#include <string>
#include "XmlRpcClient.h"
#include "XmlRpcException.h"
#include "XmlRpcServer.h"
#include "XmlRpcServerMethod.h"
#include "XmlRpcValue.h"
#include "XmlRpcUtil.h"
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | XmlRpc::XmlRpcErrorHandler |
An interface allowing custom handling of error message reporting. More... | |
class | XmlRpc::XmlRpcLogHandler |
An interface allowing custom handling of informational message reporting. More... | |
Namespaces | |
namespace | XmlRpc |
Functions | |
int | XmlRpc::getVerbosity () |
Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity() | |
void | XmlRpc::setVerbosity (int level) |
Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level) | |
Variables | |
const char | XmlRpc::XMLRPC_VERSION [] = "XMLRPC++ 0.7" |
Version identifier. |