#include "wx/hash.h"
-#if !wxUSE_STL
+#if wxUSE_OLD_HASH_TABLE
#include <string.h>
#include <stdarg.h>
m_count = 0;
}
-#else // if wxUSE_STL
-
-#include "wx/object.h"
+#else // if !wxUSE_OLD_HASH_TABLE
wxHashTableBase_Node::wxHashTableBase_Node( long key, void* value,
wxHashTableBase* table )
{
}
-wxHashTableBase::~wxHashTableBase()
-{
- Destroy();
-}
-
void wxHashTableBase::Create( wxKeyType keyType, size_t size )
{
m_keyType = keyType;
return *this;
}
-void wxHashTable::DoCopy( const wxHashTable& table )
+void wxHashTable::DoCopy( const wxHashTable& WXUNUSED(table) )
{
Create( m_keyType, m_size );
return m_curr;
}
-#endif // wxUSE_STL
+#endif // !wxUSE_OLD_HASH_TABLE