better member func name

This commit is contained in:
Jeff Hill
2001-03-07 16:11:08 +00:00
parent b4e3bed661
commit 2276e9f476
3 changed files with 6 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ unsigned comQueRecv::occupiedBytes () const
// copyIn ( comBuf & bufIn )
nBytes = this->bufs.first ()->occupiedBytes ();
nBytes += this->bufs.last ()->occupiedBytes ();
nBytes += ( count - 2u ) * comBuf::maxBytes ();
nBytes += ( count - 2u ) * comBuf::capacityBytes ();
}
return nBytes;