* New wxStreams (to be documented), new classes: wxBufferedStreams,
authorGuilhem Lavaux <lavaux@easynet.fr>
Wed, 7 Jul 1999 17:45:35 +0000 (17:45 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Wed, 7 Jul 1999 17:45:35 +0000 (17:45 +0000)
commitfae05df5a988883e9c6683ccded766dfb7b84b1b
treedbdab93d58b5321b4ee5261501c5d2decff9173b
parent32d4bfd16c554ba060ccee9236abb8e7ff0e913a
* New wxStreams (to be documented), new classes: wxBufferedStreams,
  wxTextStreams

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
include/wx/Makefile.am
include/wx/datstrm.h
include/wx/sckint.h
include/wx/stream.h
include/wx/txtstrm.h [new file with mode: 0644]
samples/typetest/typetest.cpp
src/common/datstrm.cpp
src/common/http.cpp
src/common/mstream.cpp
src/common/sckint.cpp
src/common/sckipc.cpp
src/common/stream.cpp
src/common/txtstrm.cpp [new file with mode: 0644]
src/common/url.cpp
src/common/valgen.cpp
src/common/variant.cpp
src/common/wfstream.cpp
src/common/zstream.cpp
src/gtk/Makefile.am
src/gtk1/Makefile.am
src/motif/Makefile.am
src/msw/makefile.b32
src/msw/makefile.vc
src/unix/threadpsx.cpp