Ignore:
Timestamp:
28/04/2007 18:13:34 (5 years ago)
Author:
chris
Message:

Fix inability to handle streams over 2GB properly. (refs #3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/PartialReadStream.h

    r217 r1586  
    2424{ 
    2525public: 
    26         PartialReadStream(IOStream &rSource, int BytesToRead); 
     26        PartialReadStream(IOStream &rSource, pos_type BytesToRead); 
    2727        ~PartialReadStream(); 
    2828private: 
     
    4040private: 
    4141        IOStream &mrSource; 
    42         int mBytesLeft; 
     42        pos_type mBytesLeft; 
    4343}; 
    4444 
Note: See TracChangeset for help on using the changeset viewer.