added wxStd{In,Out}putStream classes (closes #10637)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 May 2009 18:29:33 +0000 (18:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 May 2009 18:29:33 +0000 (18:29 +0000)
commit72a7c55982140a7e296346e92f66a21d3f741537
tree96e926ebd6559ffc501aa3e9e2619a39f9a87923
parent574be073c070a9bbe81ad68e98187b0b9e82c2df
added wxStd{In,Out}putStream classes (closes #10637)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
29 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
docs/changes.txt
docs/doxygen/overviews/stream.h
include/wx/stdstream.h [new file with mode: 0644]
interface/wx/stdstream.h [new file with mode: 0644]
src/common/stdstream.cpp [new file with mode: 0644]
tests/Makefile.in
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/streams/stdstream.cpp [new file with mode: 0644]
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj
wxGTK.spec
wxMotif.spec
wxX11.spec