o casDGClient::inBufBytesAvailable renamed to
casDGClient :: inBufBytesPending reflecting the fact that we nlonger use a socket ioctl to check how many bytes are pending in the sockets input queue o casDGClient::outBufBytesPresent renamed to casDGClient::outBufBytesPending for consistency with inBufBytesPending
This commit is contained in:
@@ -48,12 +48,12 @@ public:
|
||||
caStatus sendErr ( const caHdrLargeArray * curp,
|
||||
ca_uint32_t cid, const int reportedStatus,
|
||||
const char *pformat, ... );
|
||||
protected:
|
||||
caStatus processDG ();
|
||||
protected:
|
||||
bool inBufFull () const;
|
||||
void inBufFill ( inBufClient::fillParameter );
|
||||
bufSizeT inBufBytesAvailable () const;
|
||||
bufSizeT outBufBytesPresent () const;
|
||||
bufSizeT inBufBytesPending () const;
|
||||
bufSizeT outBufBytesPending () const;
|
||||
outBufClient::flushCondition flush ();
|
||||
private:
|
||||
inBuf in;
|
||||
|
||||
Reference in New Issue
Block a user