fixes to wxPipeInputStream

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-11-04 21:33:28 +00:00
parent f4c049b60e
commit aa4ebcb98d
4 changed files with 46 additions and 45 deletions

View File

@@ -43,8 +43,7 @@ enum wxStreamError
wxSTREAM_NO_ERROR = 0, // stream is in good state
wxSTREAM_EOF, // EOF reached in Read() or similar
wxSTREAM_WRITE_ERROR, // generic write error
wxSTREAM_READ_ERROR, // generic read error
wxSTREAM_PIPE_ERROR // broken pipe: the other half was closed
wxSTREAM_READ_ERROR // generic read error
};
// compatibility