mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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
|
#define MANGOS_OBJECTREGISTRY_H
|
||||||
|
|
||||||
#include "Platform/Define.h"
|
#include "Platform/Define.h"
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "Policies/Singleton.h"
|
#include "Policies/Singleton.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "Platform/Define.h"
|
#include "Platform/Define.h"
|
||||||
#include "Utilities/TypeList.h"
|
#include "Utilities/TypeList.h"
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "GameSystem/GridRefManager.h"
|
#include "GameSystem/GridRefManager.h"
|
||||||
|
|
||||||
template<class OBJECT, class KEY_TYPE>
|
template<class OBJECT, class KEY_TYPE>
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,6 @@ EXTRA_DIST = \
|
||||||
Utilities/ByteConverter.h \
|
Utilities/ByteConverter.h \
|
||||||
Utilities/Callback.h \
|
Utilities/Callback.h \
|
||||||
Utilities/EventProcessor.h \
|
Utilities/EventProcessor.h \
|
||||||
Utilities/UnorderedMap.h \
|
Utilities/UnorderedMapSet.h \
|
||||||
Utilities/LinkedList.h \
|
Utilities/LinkedList.h \
|
||||||
Utilities/TypeList.h
|
Utilities/TypeList.h
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#include "ace/Thread_Mutex.h"
|
#include "ace/Thread_Mutex.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "Database/DatabaseEnv.h"
|
#include "Database/DatabaseEnv.h"
|
||||||
#include "DBCEnums.h"
|
#include "DBCEnums.h"
|
||||||
#include "ObjectGuid.h"
|
#include "ObjectGuid.h"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
#include "Policies/Singleton.h"
|
#include "Policies/Singleton.h"
|
||||||
#include <ace/Thread_Mutex.h>
|
#include <ace/Thread_Mutex.h>
|
||||||
#include <ace/RW_Thread_Mutex.h>
|
#include <ace/RW_Thread_Mutex.h>
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "Policies/ThreadingModel.h"
|
#include "Policies/ThreadingModel.h"
|
||||||
|
|
||||||
#include "UpdateData.h"
|
#include "UpdateData.h"
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "DBCStores.h"
|
#include "DBCStores.h"
|
||||||
#include "Database/SQLStorage.h"
|
#include "Database/SQLStorage.h"
|
||||||
|
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "Policies/Singleton.h"
|
#include "Policies/Singleton.h"
|
||||||
|
|
||||||
#define MAX_WAYPOINT_TEXT 5
|
#define MAX_WAYPOINT_TEXT 5
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
// must be the first thing to include for it to work
|
// must be the first thing to include for it to work
|
||||||
#include "MemoryLeaks.h"
|
#include "MemoryLeaks.h"
|
||||||
|
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#define DATABASE_H
|
#define DATABASE_H
|
||||||
|
|
||||||
#include "Threading.h"
|
#include "Threading.h"
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "Database/SqlDelayThread.h"
|
#include "Database/SqlDelayThread.h"
|
||||||
|
|
||||||
class SqlTransaction;
|
class SqlTransaction;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10369"
|
#define REVISION_NR "10370"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#define _MAPTREE_H
|
#define _MAPTREE_H
|
||||||
|
|
||||||
#include "Platform/Define.h"
|
#include "Platform/Define.h"
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "BIH.h"
|
#include "BIH.h"
|
||||||
|
|
||||||
namespace VMAP
|
namespace VMAP
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#define _VMAPMANAGER2_H
|
#define _VMAPMANAGER2_H
|
||||||
|
|
||||||
#include "IVMapManager.h"
|
#include "IVMapManager.h"
|
||||||
#include "Utilities/UnorderedMap.h"
|
#include "Utilities/UnorderedMapSet.h"
|
||||||
#include "Platform/Define.h"
|
#include "Platform/Define.h"
|
||||||
#include <G3D/Vector3.h>
|
#include <G3D/Vector3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -316,7 +316,7 @@
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\LinkedReference\Reference.h" />
|
<ClInclude Include="..\..\src\framework\Utilities\LinkedReference\Reference.h" />
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\LinkedReference\RefManager.h" />
|
<ClInclude Include="..\..\src\framework\Utilities\LinkedReference\RefManager.h" />
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\TypeList.h" />
|
<ClInclude Include="..\..\src\framework\Utilities\TypeList.h" />
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\UnorderedMap.h" />
|
<ClInclude Include="..\..\src\framework\Utilities\UnorderedMapSet.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\src\framework\Policies\MemoryManagement.cpp" />
|
<ClCompile Include="..\..\src\framework\Policies\MemoryManagement.cpp" />
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\TypeList.h">
|
<ClInclude Include="..\..\src\framework\Utilities\TypeList.h">
|
||||||
<Filter>Utilities</Filter>
|
<Filter>Utilities</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\UnorderedMap.h">
|
<ClInclude Include="..\..\src\framework\Utilities\UnorderedMapSet.h">
|
||||||
<Filter>Utilities</Filter>
|
<Filter>Utilities</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\src\framework\Utilities\LinkedReference\Reference.h">
|
<ClInclude Include="..\..\src\framework\Utilities\LinkedReference\Reference.h">
|
||||||
|
|
|
||||||
|
|
@ -579,7 +579,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
|
RelativePath="..\..\src\framework\Utilities\UnorderedMapSet.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<Filter
|
<Filter
|
||||||
|
|
|
||||||
|
|
@ -584,7 +584,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
|
RelativePath="..\..\src\framework\Utilities\UnorderedMapSet.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<Filter
|
<Filter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue