]> git.saurik.com Git - wxWidgets.git/commit - src/common/file.cpp
* wxStream: I've rewritten the inheritance
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 14 Jul 1998 12:06:50 +0000 (12:06 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 14 Jul 1998 12:06:50 +0000 (12:06 +0000)
commit79c3e0e1aeebb64da2ac893e6ed7b27edca01a64
tree90c24a0ad77c994c79de1ce466350e128a478fa0
parent33d0b396b23cc198d6966d2ae4bd03762821e56c
* wxStream: I've rewritten the inheritance
* added wxZlib*Stream
* updated makefiles and data.cpp
* modified a bit wxFile so I can use it in wxFile*Stream

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
include/wx/file.h
include/wx/fstream.h
include/wx/mstream.h
include/wx/stream.h
include/wx/zstream.h [new file with mode: 0644]
src/Makefile.in
src/common/file.cpp
src/common/fstream.cpp
src/common/mstream.cpp
src/common/stream.cpp
src/common/zstream.cpp [new file with mode: 0644]
src/gtk/data.cpp
src/gtk1/data.cpp
src/msw/data.cpp
src/msw/makefile.b32
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.nt