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:
Jeff Hill
2009-07-30 23:31:32 +00:00
parent f4ec20c8f0
commit 656c2462d3

View File

@@ -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;