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

  /external/xmlrpcpp/src/
XmlRpcSource.cpp 2 #include "XmlRpcSource.h"
9 XmlRpcSource::XmlRpcSource(int fd /*= -1*/, bool deleteOnClose /*= false*/)
14 XmlRpcSource::~XmlRpcSource()
20 XmlRpcSource::close()
23 XmlRpcUtil::log(2,"XmlRpcSource::close: closing socket %d.", _fd);
25 XmlRpcUtil::log(2,"XmlRpcSource::close: done closing socket %d.", _fd);
29 XmlRpcUtil::log(2,"XmlRpcSource::close: deleting this");
XmlRpcSource.h 14 class XmlRpcSource {
19 XmlRpcSource(int fd = -1, bool deleteOnClose = false);
22 virtual ~XmlRpcSource();

Completed in 3745 milliseconds