From: Christian P. <cp...@us...> - 2005-07-04 23:36:23
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/Unicode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1650/include/pclasses/Unicode Modified Files: Makefile.am Removed Files: TextStream.h Log Message: - Added StreamBuffer, StreamBase - std::streams are not suitable for our needs - Added IODeviceStreamBuffer - buffers Streams and writes them to an IODevice - Added DataStream - portable data streaming - Added TextStream - unicode text streaming with on the fly codepage conversion Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Unicode/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 24 May 2005 02:32:59 -0000 1.5 +++ Makefile.am 4 Jul 2005 23:36:14 -0000 1.6 @@ -2,5 +2,4 @@ INCLUDES = METASOURCES = AUTO -pclasses_unicode_include_HEADERS = Char.h String.h Converter.h UnicodeError.h \ - TextStream.h +pclasses_unicode_include_HEADERS = Char.h String.h Converter.h UnicodeError.h --- TextStream.h DELETED --- |