Override some methods in wxF(F)ileStream to resolve ambiguities.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Dec 2009 19:39:55 +0000 (19:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Dec 2009 19:39:55 +0000 (19:39 +0000)
commit3e97b55017ab8fee83025a7573deb3bb48577d87
treed27bfc1fd0946343401d36cdb3b2a177d52a0277
parent9067c6c5377cd6248d34352a2c8a0e1a2485e5c9
Override some methods in wxF(F)ileStream to resolve ambiguities.

Override virtual methods IsSeekable(), GetLength() and OnSysSeek/Tell() to
forward to wxF(F)InputStream base class as otherwise it's impossible to use
them at all because of ambiguity between the versions inherited from this
class and wxF(F)OutputStream (even though the two versions should do the same
thing as they operate on the same file descriptor/handle).

Also improve documentation of these classes: provide a brief description,
correct the base classes.

Closes #11577.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/wfstream.h
interface/wx/wfstream.h