]> git.saurik.com Git - wxWidgets.git/commit - src/unix/utilsunx.cpp
No changes, move wxStreamTempInputBuffer to a header file.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:27:02 +0000 (00:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:27:02 +0000 (00:27 +0000)
commit9b70925d3e82d58cf8082ad69c6f67ca6fd61895
tree6b076257087fa10138f9ef254815e5204a28e096
parentbfabc7f47cf9f57e51c6f4c7173c58df52c365e7
No changes, move wxStreamTempInputBuffer to a header file.

Get rid of the surprising src/common/execcmn.cpp which had a .cpp extension
but was supposed to be used as an included file only and move its contents to
a new private header to make using wxStreamTempInputBuffer class simpler.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/streamtempinput.h [new file with mode: 0644]
src/common/execcmn.cpp [deleted file]
src/msw/utilsexc.cpp
src/unix/utilsunx.cpp