Show
Ignore:
Timestamp:
11/19/08 13:46:16 (17 years ago)
Author:
yumileroy
Message:

[svn] * Switch from hashmap to unordered map. - cleanup source - mangos. Help - Aokromes

Original author: KingPin?
Date: 2008-11-10 06:53:00-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/ObjectAccessor.cpp

    r174 r206  
    670670/// Define the static member of HashMapHolder 
    671671 
    672 template <class T> HM_NAMESPACE::hash_map< uint64, T* > HashMapHolder<T>::m_objectMap; 
     672template <class T> UNORDERED_MAP< uint64, T* > HashMapHolder<T>::m_objectMap; 
    673673template <class T> ZThread::FastMutex HashMapHolder<T>::i_lock; 
    674674