|
From: Andre R. <and...@us...> - 2004-11-20 19:05:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1176/Common/resources/Win32 Modified Files: Tag: New_Tables_Experiment-branch kernvelverbs.rc Log Message: Added Frontier.testHashFunction and Frontier.hashTableStats verb, used for testing and debugging the new table implementation. Index: kernvelverbs.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/kernvelverbs.rc,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** kernvelverbs.rc 9 Oct 2004 08:50:17 -0000 1.1 --- kernvelverbs.rc 20 Nov 2004 19:05:01 -0000 1.1.2.1 *************** *** 827,831 **** "frontier\0", //Function Processor Name true, //Window required ! 13, //Count of verbs "getprogrampath\0", "getfilepath\0", --- 827,831 ---- "frontier\0", //Function Processor Name true, //Window required ! 15, //Count of verbs "getprogrampath\0", "getfilepath\0", *************** *** 840,844 **** "gethashloopcount\0", "hideapplication\0", ! "isvalidserialnumber\0" END --- 840,846 ---- "gethashloopcount\0", "hideapplication\0", ! "isvalidserialnumber\0", ! "hashtablestats\0", ! "testhashfunction\0" END |