applied rest of streams test suite patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-18 19:26:20 +00:00
parent 56d061c578
commit 7735998c2a
10 changed files with 349 additions and 85 deletions

View File

@@ -85,6 +85,7 @@ private:
ffileStream::ffileStream()
{
m_bSeekInvalidBeyondEnd = false;
m_bEofAtLastRead = false;
}
ffileStream::~ffileStream()