Ignore:
Timestamp:
01/02/13 06:50:19 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Eliminated the double storage of the Overlappable instances in the children of Completer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/win32/ReadingBuffer.cc

    r22 r23  
    5353    }
    5454
     55    BufferedStream& stream = getStream();
    5556    ssize_t numRead = stream.read(getData(), getCapacity(), overlapped);
    5657    if (numRead<0) {
Note: See TracChangeset for help on using the changeset viewer.