[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/headers XGCritical.h, 1.1, 1.2 XGCollection.
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:08:29
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8401 Modified Files: XGCritical.h XGCollection.h XGDataStream.h XGArray.h XGCRCChecksum.h Log Message: Win32 changes Index: XGArray.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGArray.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGArray.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGArray.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 94,98 **** */ ! class XGArray { public: XGArray(); --- 96,100 ---- */ ! class YAAF_API XGArray { public: XGArray(); Index: XGDataStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGDataStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDataStream.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGDataStream.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 54,58 **** */ ! class XGDataStream : public XGStream { public: XGDataStream() --- 56,60 ---- */ ! class YAAF_API XGDataStream : public XGStream { public: XGDataStream() Index: XGCritical.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGCritical.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCritical.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGCritical.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 66,70 **** */ ! class XGCritical { public: --- 68,72 ---- */ ! class YAAF_API XGCritical { public: Index: XGCollection.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGCollection.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCollection.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGCollection.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 67,71 **** */ ! class XGCollection : public XGHandle { public: XGCollection(); --- 69,73 ---- */ ! class YAAF_API XGCollection : public XGHandle { public: XGCollection(); Index: XGCRCChecksum.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGCRCChecksum.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCRCChecksum.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGCRCChecksum.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This implements the CRC Checksum algorithm. This is based on * the paper "A Painless Guide to CRC Error Detection Algorithms" + Some contributions by: + je...@re... */ *************** *** 28,32 **** */ ! class XGCRCChecksum { public: enum CRCMethod { --- 30,34 ---- */ ! class YAAF_API XGCRCChecksum { public: enum CRCMethod { |