diff --git a/headers/private/kernel/util/OpenHashTable.h b/headers/private/kernel/util/OpenHashTable.h index dc5e263beb..9f9f657250 100644 --- a/headers/private/kernel/util/OpenHashTable.h +++ b/headers/private/kernel/util/OpenHashTable.h @@ -1,9 +1,6 @@ /* * Copyright 2007, Hugo Santos. All Rights Reserved. * Distributed under the terms of the MIT License. - * - * Authors: - * Hugo Santos, hugosantos@gmail.com */ #ifndef _KERNEL_UTIL_OPEN_HASH_TABLE_H #define _KERNEL_UTIL_OPEN_HASH_TABLE_H @@ -20,7 +17,7 @@ struct Foo : HashTableLink { int bar; - + HashTableLink otherLink; }; @@ -126,6 +123,8 @@ public: fItemCount++; } + // TODO: a ValueType* Remove(const KeyType& key) method is missing + bool Remove(ValueType *value) { if (!RemoveUnchecked(value))