[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/headers XGXMLParser.h, 1.1, 1.2 XGYAAFPrefer
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:23:41
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14733 Modified Files: XGXMLParser.h XGYAAFPreferencesError.h XGYAAFLockError.h XGYAAFUnexpected.h XGTimer.h XGYAAFThreadError.h XGYAAFError.h XGTCPStream.h XGTCPTextStream.h XGThreadEvent.h XGThread.h XGYAAFInitError.h XGXMLWriter.h Log Message: Win32 changes Index: XGThreadEvent.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGThreadEvent.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGThreadEvent.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGThreadEvent.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 63,67 **** */ ! class XGThreadEvent { public: explicit XGThreadEvent (bool manual = false, bool state = false); --- 65,69 ---- */ ! class YAAF_API XGThreadEvent { public: explicit XGThreadEvent (bool manual = false, bool state = false); Index: XGXMLParser.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGXMLParser.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGXMLParser.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGXMLParser.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- * and write data to/from the XML stream. This is a simple tokenizer which * doesn't do a lot of advanced stuff + Some contributions by: + je...@re... */ *************** *** 36,40 **** */ ! class XGXMLParser { public: XGXMLParser(XGStringScanner::StringTable *s = NULL); --- 38,42 ---- */ ! class YAAF_API XGXMLParser { public: XGXMLParser(XGStringScanner::StringTable *s = NULL); Index: XGThread.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGThread.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGThread.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGThread.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 128,132 **** */ ! class XGThread : public XGObject { public: XGThread(XGThreadProcPtr, --- 130,134 ---- */ ! class YAAF_API XGThread : public XGObject { public: XGThread(XGThreadProcPtr, Index: XGXMLWriter.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGXMLWriter.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGXMLWriter.h 1 Oct 2006 19:18:29 -0000 1.1 --- XGXMLWriter.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Writer support class. This provides a mechanism to simplify writing * well-formed XML data. + Some contributions by: + je...@re... */ *************** *** 28,32 **** */ ! class XGXMLWriter { public: XGXMLWriter(); --- 30,34 ---- */ ! class YAAF_API XGXMLWriter { public: XGXMLWriter(); Index: XGYAAFError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGYAAFError : public std::exception { public: explicit XGYAAFError(const char *); --- 57,61 ---- */ ! class YAAF_API XGYAAFError : public std::exception { public: explicit XGYAAFError(const char *); Index: XGYAAFPreferencesError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFPreferencesError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFPreferencesError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFPreferencesError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGYAAFPreferencesError : public XGYAAFError { public: explicit XGYAAFPreferencesError(const char *err); --- 57,61 ---- */ ! class YAAF_API XGYAAFPreferencesError : public XGYAAFError { public: explicit XGYAAFPreferencesError(const char *err); Index: XGYAAFUnexpected.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFUnexpected.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFUnexpected.h 1 Oct 2006 19:18:50 -0000 1.1 --- XGYAAFUnexpected.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 57,61 **** */ ! class XGYAAFUnexpected : public XGYAAFError { public: explicit XGYAAFUnexpected(const char *err); --- 59,63 ---- */ ! class YAAF_API XGYAAFUnexpected : public XGYAAFError { public: explicit XGYAAFUnexpected(const char *err); Index: XGYAAFLockError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFLockError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFLockError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFLockError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 57,61 **** */ ! class XGYAAFLockError : public std::logic_error { public: explicit XGYAAFLockError(const char *err); --- 59,63 ---- */ ! class YAAF_API XGYAAFLockError : public std::logic_error { public: explicit XGYAAFLockError(const char *err); Index: XGTCPStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGTCPStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTCPStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGTCPStream.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 65,69 **** */ ! class XGTCPStream : public XGStream { public: explicit XGTCPStream(bool nosock = false); --- 67,71 ---- */ ! class YAAF_API XGTCPStream : public XGStream { public: explicit XGTCPStream(bool nosock = false); Index: XGTCPTextStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGTCPTextStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTCPTextStream.h 1 Oct 2006 19:18:29 -0000 1.1 --- XGTCPTextStream.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGTCPTextStream : public XGTCPStream { public: explicit XGTCPTextStream(bool nosock = false); --- 57,61 ---- */ ! class YAAF_API XGTCPTextStream : public XGTCPStream { public: explicit XGTCPTextStream(bool nosock = false); Index: XGYAAFInitError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFInitError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFInitError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFInitError.h 22 Feb 2007 02:23:38 -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 XGYAAFInitError : public std::logic_error { public: explicit XGYAAFInitError(const std::string &err); --- 58,62 ---- */ ! class YAAF_API XGYAAFInitError : public std::logic_error { public: explicit XGYAAFInitError(const std::string &err); Index: XGTimer.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGTimer.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTimer.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGTimer.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 59,63 **** */ ! class XGTimer { public: XGTimer (void); --- 61,65 ---- */ ! class YAAF_API XGTimer { public: XGTimer (void); Index: XGYAAFThreadError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFThreadError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFThreadError.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGYAAFThreadError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGYAAFThreadError : public XGYAAFError { public: explicit XGYAAFThreadError(const char *err); --- 57,61 ---- */ ! class YAAF_API XGYAAFThreadError : public XGYAAFError { public: explicit XGYAAFThreadError(const char *err); |