Changeset 1586 for box/chris/merge/lib/common/PartialReadStream.cpp
- Timestamp:
- 28/04/2007 18:13:34 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/lib/common/PartialReadStream.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/common/PartialReadStream.cpp
r217 r1586 17 17 // 18 18 // Function 19 // Name: PartialReadStream::PartialReadStream(IOStream &, int) 20 // Purpose: Constructor, taking another stream and the number of bytes 21 // to be read from it. 19 // Name: PartialReadStream::PartialReadStream(IOStream &, 20 // pos_type) 21 // Purpose: Constructor, taking another stream and the number of 22 // bytes to be read from it. 22 23 // Created: 2003/08/26 23 24 // 24 25 // -------------------------------------------------------------------------- 25 PartialReadStream::PartialReadStream(IOStream &rSource, int BytesToRead) 26 PartialReadStream::PartialReadStream(IOStream &rSource, 27 pos_type BytesToRead) 26 28 : mrSource(rSource), 27 29 mBytesLeft(BytesToRead)
Note: See TracChangeset
for help on using the changeset viewer.
