Changeset 1586 for box/chris/merge/lib/common/PartialReadStream.h
- Timestamp:
- 28/04/2007 18:13:34 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/lib/common/PartialReadStream.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/common/PartialReadStream.h
r217 r1586 24 24 { 25 25 public: 26 PartialReadStream(IOStream &rSource, intBytesToRead);26 PartialReadStream(IOStream &rSource, pos_type BytesToRead); 27 27 ~PartialReadStream(); 28 28 private: … … 40 40 private: 41 41 IOStream &mrSource; 42 intmBytesLeft;42 pos_type mBytesLeft; 43 43 }; 44 44
Note: See TracChangeset
for help on using the changeset viewer.
