diff -r 8b609b439da2 -r 0fecfaa711d2 fbs/fontandbitmapserver/sfbs/HASHMAP.CPP --- a/fbs/fontandbitmapserver/sfbs/HASHMAP.CPP Wed Jun 16 12:37:57 2010 +0100 +++ b/fbs/fontandbitmapserver/sfbs/HASHMAP.CPP Thu Jul 22 16:46:06 2010 +0100 @@ -1,20 +1,13 @@ -/* -* Copyright (c) 1995 - 2010 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -*/ - +// HASHMAP.CPP +// +// This file holds the class methods for the CHashMap +// A hash function for hash table lookup. Assumes input data length is a multiple of 8-bits. +// +// The original hash function was sourced from http://burtleburtle.net/bob/hash/index.html +// "By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this code any way you wish, +// private, educational, or commercial. It's free." +// portions Copyright (c) 1995 - 2010 Nokia Corporation and/or its subsidiary(-ies). +// #include "SERVER.H"