]> git.saurik.com Git - wxWidgets.git/commit - tests/streams/memstream.cpp
implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all strea...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Mar 2007 15:38:09 +0000 (15:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Mar 2007 15:38:09 +0000 (15:38 +0000)
commit2d76b6d8c3d13ce08f0aef47f859078368f7fed7
tree14108585d3d33cc450c0105ae2d1580dc133f477
parent764471557e06c8816b8cc8eb9924a1e3c78509d8
implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/mstream.h
src/common/mstream.cpp
tests/streams/bstream.h
tests/streams/ffilestream.cpp
tests/streams/filestream.cpp
tests/streams/memstream.cpp
tests/streams/sstream.cpp
tests/streams/zlibstream.cpp