#include "XmlRpcSocket.h"
#include "XmlRpcUtil.h"
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include <arpa/inet.h>
Go to the source code of this file.
Defines | |
#define | initWinSock() |
Functions | |
static bool | nonFatalError () |
#define initWinSock | ( | ) |
Definition at line 85 of file XmlRpcSocket.cpp.
static bool nonFatalError | ( | ) | [inline, static] |
Definition at line 92 of file XmlRpcSocket.cpp.