[Gcblue-commits] gcb_wx/include/database tcDatabase.h,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-02-07 02:22:48
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729/include/database Modified Files: tcDatabase.h Log Message: Index: tcDatabase.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDatabase.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcDatabase.h 8 Dec 2003 03:06:36 -0000 1.2 --- tcDatabase.h 7 Feb 2004 02:19:53 -0000 1.3 *************** *** 46,50 **** #ifndef NULL_INDEX ! #define NULL_INDEX 0xFFFFFFFF #endif --- 46,50 ---- #ifndef NULL_INDEX ! #define NULL_INDEX -1 #endif |