From: Yurii R. <yr...@us...> - 2003-01-28 03:18:25
|
Update of /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/include In directory sc8-pr-cvs1:/tmp/cvs-serv4466/libs/libsxmlstream/include Modified Files: sxmlstream.hxx Log Message: Changes in build process; libsxmlstream major bugs fixed (it still not have most of functionality yet, however) Index: sxmlstream.hxx =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/include/sxmlstream.hxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- sxmlstream.hxx 27 Jan 2003 06:07:41 -0000 1.3 +++ sxmlstream.hxx 28 Jan 2003 03:18:23 -0000 1.4 @@ -46,9 +46,9 @@ SXmlBinaryStream(); ~SXmlBinaryStream(); -/* friend ostream& operator<<(ostream&, - const SXmlBinaryStream&); - friend SXmlBinaryStream& operator>>( + friend ostream& operator<<(ostream&, + SXmlBinaryStream&); +/* friend SXmlBinaryStream& operator>>( SXmlBinaryStream&, const ostream&);*/ }; |