replaced wxStream::GetSize() with GetLength() (still keep the former but it will...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2004 21:10:30 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2004 21:10:30 +0000 (21:10 +0000)
commit588066b7a39629e44bb39f1ab436b80f38c13f33
tree2429be12a6906bce5cafcca2a3d67aa80037d503
parent30984deafc05d7c6f88db736336fe73d23a08e19
replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/changes.txt
docs/latex/wx/strmbase.tex
include/wx/mstream.h
include/wx/sstream.h
include/wx/stream.h
include/wx/wfstream.h
include/wx/zipstrm.h
include/wx/zstream.h
src/common/stream.cpp
src/common/wfstream.cpp
src/common/zipstrm.cpp
wxPython/include/wx/wxPython/pyistream.h
wxPython/src/helpers.cpp