HomeSort by relevance Sort by last modified time
    Searched defs:XmlRpcServerConnection (Results 1 - 2 of 2) sorted by null

  /external/xmlrpcpp/src/
XmlRpcServerConnection.h 25 class XmlRpcServerConnection : public XmlRpcSource {
42 XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose = false);
44 virtual ~XmlRpcServerConnection();
XmlRpcServerConnection.cpp 2 #include "XmlRpcServerConnection.h"
14 const char XmlRpcServerConnection::METHODNAME_TAG[] = "<methodName>";
15 const char XmlRpcServerConnection::PARAMS_TAG[] = "<params>";
16 const char XmlRpcServerConnection::PARAMS_ETAG[] = "</params>";
17 const char XmlRpcServerConnection::PARAM_TAG[] = "<param>";
18 const char XmlRpcServerConnection::PARAM_ETAG[] = "</param>";
20 const std::string XmlRpcServerConnection::SYSTEM_MULTICALL = "system.multicall";
21 const std::string XmlRpcServerConnection::METHODNAME = "methodName";
22 const std::string XmlRpcServerConnection::PARAMS = "params";
24 const std::string XmlRpcServerConnection::FAULTCODE = "faultCode"
    [all...]

Completed in 379 milliseconds