[Igarden-commit] Garden/source/LayoutDB MaterialCollection.h, 1.5.2.2, 1.5.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-12 23:23:17
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27818 Modified Files: Tag: Release_branch_v1 MaterialCollection.h Log Message: Check in actual unit test (not stub to test the test harness) Index: MaterialCollection.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialCollection.h,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -d -r1.5.2.2 -r1.5.2.3 *** MaterialCollection.h 9 Dec 2006 17:45:35 -0000 1.5.2.2 --- MaterialCollection.h 12 Dec 2006 23:23:15 -0000 1.5.2.3 *************** *** 84,87 **** --- 84,89 ---- }; + void QuicksortByName(XGDynArray<matCollItem_t*> &items, long left, long right); + #pragma warn_hidevirtual reset |