prepared the ipv4 multicast code for full multicast support.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-05-01 11:38:59 +00:00
parent 1a41adbcd2
commit 8aa4c7e370
5 changed files with 333 additions and 457 deletions
@@ -85,6 +85,8 @@ public:
return true;
}
Iterator GetIterator() const { return HashTable::GetIterator(); }
private:
void _Insert(ValueType **table, size_t tableSize, ValueType *value)
{