[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/headers XGStreamHandle.h, 1.1, 1.2 XGString.
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-serv12256 Modified Files: XGStreamHandle.h XGString.h XGSemaphore.h XGStringList.h XGSerialStream.h XGSizeArray.h XGStream.h Log Message: Win32 changes Index: XGSizeArray.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGSizeArray.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSizeArray.h 1 Oct 2006 19:18:29 -0000 1.1 --- XGSizeArray.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 60,64 **** */ ! class XGSizeArray : public XGArray { public: XGSizeArray(uint32 s); --- 62,66 ---- */ ! class YAAF_API XGSizeArray : public XGArray { public: XGSizeArray(uint32 s); Index: XGStringList.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGStringList.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStringList.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGStringList.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 79,83 **** */ ! class XGStringList : private XGHandle { public: XGStringList(short extraData = 0); --- 81,85 ---- */ ! class YAAF_API XGStringList : private XGHandle { public: XGStringList(short extraData = 0); Index: XGStreamHandle.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGStreamHandle.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStreamHandle.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGStreamHandle.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 56,60 **** */ ! class XGStreamHandle : public XGFileStream { public: XGStreamHandle(XGHandle &h); --- 58,62 ---- */ ! class YAAF_API XGStreamHandle : public XGFileStream { public: XGStreamHandle(XGHandle &h); Index: XGString.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGString.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGString.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGString.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 56,60 **** */ ! class XGString { public: XGString(); // create me --- 58,62 ---- */ ! class YAAF_API XGString { public: XGString(); // create me Index: XGSemaphore.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGSemaphore.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSemaphore.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGSemaphore.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 74,78 **** */ ! class XGSemaphore { public: XGSemaphore(unsigned long maxaccess = 1); --- 76,80 ---- */ ! class YAAF_API XGSemaphore { public: XGSemaphore(unsigned long maxaccess = 1); Index: XGStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGStream.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 57,61 **** */ ! class XGStream: public XGInStream, public XGOutStream { public: XGStream() --- 59,63 ---- */ ! class YAAF_API XGStream: public XGInStream, public XGOutStream { public: XGStream() Index: XGSerialStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGSerialStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSerialStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGSerialStream.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Serial I/O stream; this provides a wrapper to connecting to and * managing the I/O to and from the specified serial port + Some contributions by: + je...@re... */ *************** *** 24,28 **** */ ! class XGSerialStream : public XGStream { public: --- 26,30 ---- */ ! class YAAF_API XGSerialStream : public XGStream { public: |