Changeset 206 for trunk/src/game/ObjectAccessor.cpp
- Timestamp:
- 11/19/08 13:46:16 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/ObjectAccessor.cpp
r174 r206 670 670 /// Define the static member of HashMapHolder 671 671 672 template <class T> HM_NAMESPACE::hash_map< uint64, T* > HashMapHolder<T>::m_objectMap;672 template <class T> UNORDERED_MAP< uint64, T* > HashMapHolder<T>::m_objectMap; 673 673 template <class T> ZThread::FastMutex HashMapHolder<T>::i_lock; 674 674