From: Yurii R. <yr...@us...> - 2003-02-04 04:13:54
|
Update of /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/include In directory sc8-pr-cvs1:/tmp/cvs-serv15952/include Added Files: sxmlcont.hxx Log Message: bugfix in binary serialization, binary output test fixed --- NEW FILE: sxmlcont.hxx --- /*******************************************************/ /* */ /* libsxmlstream */ /* */ /* Copyright (c) 2003. */ /* E/AS Software Foundation */ /* */ /* Author(s): */ /* Yurii A. Rashkovskii <yr...@op...> */ /* */ /* */ /* This program is free software; you can redistribute */ /* it and/or modify it under the terms of the GNU */ /* Lesser General Public License as published by the */ /* Free Software Foundation; version 2 of the License. */ /* */ /*******************************************************/ /* $Id: sxmlcont.hxx,v 1.1 2003/02/04 04:13:51 yrashk Exp $ */ #ifndef _LIBSXMLSTREAM_SXMLCONT_HXX_ #define _LIBSXMLSTREAM_SXMLCONT_HXX_ #include <sxml.hxx> using namespace std; namespace openeas { namespace sxmlstream { struct SXmlCont { }; }; }; #endif /* _LIBSXMLSTREAM_SXMLCONT_HXX_ */ |