/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/JobInfoSvc/JobInfoSvc-00-00-02/xmlrpc++0.7/src/XmlRpcSocket.cpp File Reference

#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.

Defines

#define initWinSock()

Functions

static bool nonFatalError ()


Define Documentation

 
#define initWinSock (  ) 

Definition at line 52 of file XmlRpcSocket.cpp.

Referenced by XmlRpc::XmlRpcSocket::socket().


Function Documentation

static bool nonFatalError (  )  [inline, static]

Definition at line 59 of file XmlRpcSocket.cpp.

References showlog::err.

Referenced by XmlRpc::XmlRpcSocket::connect(), XmlRpc::XmlRpcSocket::nbRead(), and XmlRpc::XmlRpcSocket::nbWrite().

00060 {
00061   int err = XmlRpcSocket::getError();
00062   return (err == EINPROGRESS || err == EAGAIN || err == EWOULDBLOCK || err == EINTR);
00063 }


Generated on Tue Nov 29 23:17:21 2016 for BOSS_7.0.2 by  doxygen 1.4.7