From: Yurii R. <yr...@us...> - 2003-01-28 04:16:27
|
Update of /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/include In directory sc8-pr-cvs1:/tmp/cvs-serv18937/libs/libsxmlstream/include Modified Files: sxmlstream.hxx Log Message: a bit updated libsxmlstream, added first test skeleton Index: sxmlstream.hxx =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/include/sxmlstream.hxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- sxmlstream.hxx 28 Jan 2003 03:18:23 -0000 1.4 +++ sxmlstream.hxx 28 Jan 2003 04:16:24 -0000 1.5 @@ -28,6 +28,8 @@ class SXmlStream { + protected: + queue<SXml> * m_queue; public: @@ -61,6 +63,7 @@ friend ostream& operator<<(ostream&, SXmlTextStream&); + }; |