Searched defs:XmlRpcSource (Results 1 - 2 of 2) sorted by relevance

/external/xmlrpcpp/src/
H A DXmlRpcSource.cpp2 #include "XmlRpcSource.h"
9 XmlRpcSource::XmlRpcSource(int fd /*= -1*/, bool deleteOnClose /*= false*/) function in class:XmlRpc::XmlRpcSource
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");
H A DXmlRpcSource.h14 class XmlRpcSource { class in namespace:XmlRpc
19 XmlRpcSource(int fd = -1, bool deleteOnClose = false);
22 virtual ~XmlRpcSource();

Completed in 107 milliseconds