OverSim
|
#include "XmlRpcSocket.h"
#include "XmlRpcUtil.h"
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
Go to the source code of this file.
Macros | |
#define | initWinSock() |
Definition in file XmlRpcSocket.cc.
#define initWinSock | ( | ) |
Definition at line 63 of file XmlRpcSocket.cc.
Referenced by XmlRpc::XmlRpcSocket::getSocket().