mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
[10370] Rename UnorderedMap.h -> UnorderedMapSet.h
This commit is contained in:
parent
6600fc842f
commit
acdaac3587
17 changed files with 16 additions and 16 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#define MANGOS_OBJECTREGISTRY_H
|
||||
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Policies/Singleton.h"
|
||||
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <vector>
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/TypeList.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "GameSystem/GridRefManager.h"
|
||||
|
||||
template<class OBJECT, class KEY_TYPE>
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@ EXTRA_DIST = \
|
|||
Utilities/ByteConverter.h \
|
||||
Utilities/Callback.h \
|
||||
Utilities/EventProcessor.h \
|
||||
Utilities/UnorderedMap.h \
|
||||
Utilities/UnorderedMapSet.h \
|
||||
Utilities/LinkedList.h \
|
||||
Utilities/TypeList.h
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "ace/Thread_Mutex.h"
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Database/DatabaseEnv.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "ObjectGuid.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#include "Policies/Singleton.h"
|
||||
#include <ace/Thread_Mutex.h>
|
||||
#include <ace/RW_Thread_Mutex.h>
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Policies/ThreadingModel.h"
|
||||
|
||||
#include "UpdateData.h"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include "DBCStores.h"
|
||||
#include "Database/SQLStorage.h"
|
||||
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Policies/Singleton.h"
|
||||
|
||||
#define MAX_WAYPOINT_TEXT 5
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
// must be the first thing to include for it to work
|
||||
#include "MemoryLeaks.h"
|
||||
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#define DATABASE_H
|
||||
|
||||
#include "Threading.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Database/SqlDelayThread.h"
|
||||
|
||||
class SqlTransaction;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10369"
|
||||
#define REVISION_NR "10370"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#define _MAPTREE_H
|
||||
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "BIH.h"
|
||||
|
||||
namespace VMAP
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#define _VMAPMANAGER2_H
|
||||
|
||||
#include "IVMapManager.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Platform/Define.h"
|
||||
#include <G3D/Vector3.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue