|
BOSS 7.1.3
BESIII Offline Software System
|
#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 <cstring>Go to the source code of this file.
Macros | |
| #define | initWinSock() |
| #define initWinSock | ( | ) |
Definition at line 52 of file XmlRpcSocket.cpp.
Referenced by XmlRpc::XmlRpcSocket::socket().