* New wxStream classes: wxStreamBuffer and wxObject*Stream.
authorGuilhem Lavaux <lavaux@easynet.fr>
Fri, 24 Jul 1998 17:13:47 +0000 (17:13 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Fri, 24 Jul 1998 17:13:47 +0000 (17:13 +0000)
commit1678ad780265f08fc8b84d180c04ae3a9900b1bb
tree950b1507a5de42790714ed1fe9892b00f04a1697
parent439b3bf1f5c9a92218d84d6b8bfacb4d07a50829
* New wxStream classes: wxStreamBuffer and wxObject*Stream.
* Changes: ofsInvalid => wxInvalidOffset in filefn.h
* Updates: all wxStream classes use wxStreamBuffer.
           wxObject basic declaration changes (added LoadObject, modified
           StoreObject)
* Some base of the serialization.
(I hope not to have forgotten any files)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/file.h
include/wx/filefn.h
include/wx/fstream.h
include/wx/mstream.h
include/wx/object.h
include/wx/stream.h
include/wx/zstream.h
src/Makefile.in
src/common/file.cpp
src/common/intl.cpp
src/common/object.cpp
src/common/stream.cpp
src/common/textfile.cpp