[Igarden-commit] CommonSource/YAAFExtensions RGUndoer.h, 1.4, 1.5 RGUndoer.cpp, 1.4, 1.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:03:33
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22062 Modified Files: RGUndoer.h RGUndoer.cpp Log Message: Win32 changes Index: RGUndoer.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGUndoer.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGUndoer.h 7 Oct 2006 23:47:27 -0000 1.4 --- RGUndoer.h 22 Feb 2007 04:03:32 -0000 1.5 *************** *** 37,43 **** } SCommandStatus, *SCommandStatusP; ! class RGUndoer/*!!! : public LAttachment*/ { public: ! enum { class_ID = 'undo' }; RGUndoer(); --- 37,44 ---- } SCommandStatus, *SCommandStatusP; ! class YAAF_API RGUndoer/*!!! : public LAttachment*/ { public: ! enum { class_ID = CHAR4('u','n','d','o') //'undo' ! }; RGUndoer(); Index: RGUndoer.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGUndoer.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGUndoer.cpp 1 Oct 2006 03:59:12 -0000 1.4 --- RGUndoer.cpp 22 Feb 2007 04:03:32 -0000 1.5 *************** *** 200,202 **** ! } \ No newline at end of file --- 200,202 ---- ! } |