From: <de...@us...> - 2004-01-01 16:15:23
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source In directory sc8-pr-cvs1:/tmp/cvs-serv23415 Modified Files: InterfaceRegistry.cpp HashUtility.cpp Log Message: see CHANGES.current Index: InterfaceRegistry.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/InterfaceRegistry.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** InterfaceRegistry.cpp 2 Nov 2003 21:11:19 -0000 1.15 --- InterfaceRegistry.cpp 1 Jan 2004 16:15:19 -0000 1.16 *************** *** 37,43 **** #include <SimData/Version.h> #include <string> #include <vector> - #include <algorithm> using std::cout; --- 37,43 ---- #include <SimData/Version.h> + #include <algorithm> #include <string> #include <vector> using std::cout; Index: HashUtility.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/HashUtility.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HashUtility.cpp 16 Aug 2003 10:29:44 -0000 1.9 --- HashUtility.cpp 1 Jan 2004 16:15:19 -0000 1.10 *************** *** 71,74 **** --- 71,75 ---- // handle most of the key + while (len >= 12) { |