[Igarden-commit] CommonSource/YAAFExtensions RGTableCell.h, 1.25, 1.26
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:53:24
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18029 Modified Files: RGTableCell.h Log Message: Win32 changes Index: RGTableCell.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGTableCell.h,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** RGTableCell.h 7 Oct 2006 23:41:41 -0000 1.25 --- RGTableCell.h 22 Feb 2007 03:53:23 -0000 1.26 *************** *** 125,129 **** ! class RGTableCell { public: static RGTableCell *Factory(XGCollection *fdata, struct RowRecord *myRow, struct ColRecord *myCol, class RGTableView *parent); --- 125,129 ---- ! class YAAF_API RGTableCell { public: static RGTableCell *Factory(XGCollection *fdata, struct RowRecord *myRow, struct ColRecord *myCol, class RGTableView *parent); *************** *** 231,235 **** }; ! class AddRemoveDialog : public RGDialog { virtual void Setup(XGDialog *dlog) {} --- 231,235 ---- }; ! class YAAF_API AddRemoveDialog : public RGDialog { virtual void Setup(XGDialog *dlog) {} |