OverSim
|
#include <string>
Go to the source code of this file.
Classes | |
class | XmlRpc::XmlRpcSocket |
A platform-independent socket API. More... |
Namespaces | |
namespace | XmlRpc |
Macros | |
#define | SSL void* |
#define | SSL_read void* |
#define | SSL_write void* |
Definition in file XmlRpcSocket.h.
#define SSL void* |
Definition at line 23 of file XmlRpcSocket.h.
Referenced by XmlRpc::XmlRpcSource::close(), XmlRpc::XmlRpcSocket::nbRead(), XmlRpc::XmlRpcSocket::nbWrite(), and XmlRpc::XmlRpcClient::XmlRpcClient().
#define SSL_read void* |
Definition at line 24 of file XmlRpcSocket.h.
Referenced by XmlRpc::XmlRpcSocket::nbRead().
#define SSL_write void* |
Definition at line 25 of file XmlRpcSocket.h.
Referenced by XmlRpc::XmlRpcSocket::nbWrite().