]> git.saurik.com Git - wxWidgets.git/commit
Added wxFile::ReadAll() for consistency with wxFFile::ReadAll().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:28:08 +0000 (22:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:28:08 +0000 (22:28 +0000)
commit614108e211ecb6e11d32b646a91437061116b518
treed024322a8dc73caf7bba093d80ba2c9ce766692c
parentce364c4ecd5e313e62eb7107dab59b52f267bccb
Added wxFile::ReadAll() for consistency with wxFFile::ReadAll().

Make it possible to use wxFFile and wxFile interchangeably for simply reading
the entire contents of the file as a string.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/file.h
interface/wx/file.h
src/common/file.cpp