[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/headers XGOSFeatures.h, 1.1, 1.2 XGMD5Checks
Status: Beta
Brought to you by:
jlbedell
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10895 Modified Files: XGOSFeatures.h XGMD5Checksum.h XGOutStream.h XGHandle.h XGInStream.h XGHandleLock.h XGFileStream.h Log Message: Win32 changes Index: XGFileStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGFileStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFileStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGFileStream.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 53,57 **** */ ! class XGFileStream : public XGStream { public: XGFileStream() --- 55,59 ---- */ ! class YAAF_API XGFileStream : public XGStream { public: XGFileStream() Index: XGInStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGInStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGInStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGInStream.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Input stream. This represents the read portion of an I/O stream, and * represents a read only input data stream that data can be read from + Some contributions by: + je...@re... */ *************** *** 27,31 **** */ ! class XGInStream { public: XGInStream() --- 29,33 ---- */ ! class YAAF_API XGInStream { public: XGInStream() *************** *** 81,83 **** } // namespace yaaf ! #endif \ No newline at end of file --- 83,85 ---- } // namespace yaaf ! #endif Index: XGHandle.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGHandle.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHandle.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGHandle.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 72,76 **** */ ! class XGHandle { public: XGHandle(uint32 size = 0, --- 74,78 ---- */ ! class YAAF_API XGHandle { public: XGHandle(uint32 size = 0, Index: XGOutStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGOutStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGOutStream.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGOutStream.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Output stream. This represents the write portion of an I/O stream, and * represents a write only output data stream that data can be written to + Some contributions by: + je...@re... */ *************** *** 25,29 **** */ ! class XGOutStream { public: XGOutStream() --- 27,31 ---- */ ! class YAAF_API XGOutStream { public: XGOutStream() *************** *** 85,87 **** } // namespace yaaf ! #endif \ No newline at end of file --- 87,89 ---- } // namespace yaaf ! #endif Index: XGHandleLock.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGHandleLock.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHandleLock.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGHandleLock.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 80,84 **** */ ! class XGHandleLock { public: XGHandleLock(XGHandle &ptr); --- 82,86 ---- */ ! class YAAF_API XGHandleLock { public: XGHandleLock(XGHandle &ptr); Index: XGOSFeatures.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGOSFeatures.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGOSFeatures.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGOSFeatures.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 53,57 **** */ ! class XGOSFeatures { public: XGOSFeatures(); --- 55,59 ---- */ ! class YAAF_API XGOSFeatures { public: XGOSFeatures(); Index: XGMD5Checksum.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGMD5Checksum.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGMD5Checksum.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGMD5Checksum.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This implements the MD5 encoding algorithm, and is directly derived * from RSA Data Security, Inc.'s MD5 message digest algorithm. + Some contributions by: + je...@re... */ *************** *** 51,55 **** */ ! class XGMD5Checksum { public: --- 53,57 ---- */ ! class YAAF_API XGMD5Checksum { public: |