]> git.saurik.com Git - wxWidgets.git/commit - src/common/datstrm.cpp
Extract common parts of wxData{In,Out}putStream in a common base class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 00:30:42 +0000 (00:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 00:30:42 +0000 (00:30 +0000)
commit61eb6bb67389fdb59484ee710d20d8689f2cd3f6
tree9fc611b27731ecfc86669271f74cabc6d120b486
parent9618496b6acd2c74ee2fabc76f241d9dd0faebc0
Extract common parts of wxData{In,Out}putStream in a common base class.

No real changes, just put BigEndianOrdered() and SetConv() methods and the
corresponding fields in a common wxDataStreamBase class instead of duplicating
them in wxDataInputStream and wxDataOutputStream.

This will make it simpler to add more features common to both classes in the
future, see #10625.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/datstrm.h
src/common/datstrm.cpp