From 504a8b19ce3f00dc52f1b11a9b2666a3964c7b9e Mon Sep 17 00:00:00 2001 From: KimLS Date: Thu, 21 Aug 2014 19:36:50 -0700 Subject: [PATCH] Missed Mutex.h --- common/CMakeLists.txt | 2 +- common/SocketLib/socket_include.h | 2 +- common/database.h | 2 +- common/dbcore.h | 2 +- common/debug.h | 2 +- common/eq_stream.cpp | 2 +- common/eq_stream.h | 2 +- common/eqemu_error.cpp | 2 +- common/mutex.cpp | 2 +- common/{Mutex.h => mutex.h} | 0 common/opcodemgr.h | 2 +- common/tcp_connection.h | 2 +- loginserver/ErrorLog.h | 2 +- world/LoginServer.h | 2 +- world/LoginServerList.h | 2 +- world/console.h | 2 +- zone/net.cpp | 2 +- zone/oldcode.cpp | 2 +- zone/petitions.h | 2 +- zone/zone.h | 2 +- 20 files changed, 19 insertions(+), 19 deletions(-) rename common/{Mutex.h => mutex.h} (100%) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ccea68596..f02212161 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -152,7 +152,7 @@ SET(common_headers misc.h misc_functions.h moremath.h - Mutex.h + mutex.h mysql_request_result.h mysql_request_row.h op_codes.h diff --git a/common/SocketLib/socket_include.h b/common/SocketLib/socket_include.h index 20bc39370..c7489ffa3 100644 --- a/common/SocketLib/socket_include.h +++ b/common/SocketLib/socket_include.h @@ -211,7 +211,7 @@ typedef unsigned short port_t; #endif #ifdef _THREADSAFE_SOCKETS -#include "Mutex.h" +#include "mutex.h" #include "Lock.h" #endif diff --git a/common/database.h b/common/database.h index 61ed19ef4..f912c18d1 100644 --- a/common/database.h +++ b/common/database.h @@ -29,7 +29,7 @@ /*#include "eq_stream.h" #include "guilds.h" #include "misc_functions.h" -#include "Mutex.h" +#include "mutex.h" #include "item.h" #include "extprofile.h"*/ #include diff --git a/common/dbcore.h b/common/dbcore.h index eb7a5832e..56f326467 100644 --- a/common/dbcore.h +++ b/common/dbcore.h @@ -9,7 +9,7 @@ #include #include #include "../common/types.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/linked_list.h" #include "../common/queue.h" #include "../common/timer.h" diff --git a/common/debug.h b/common/debug.h index 856e851e1..6184e4cbc 100644 --- a/common/debug.h +++ b/common/debug.h @@ -69,7 +69,7 @@ #include "logsys.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include #include diff --git a/common/eq_stream.cpp b/common/eq_stream.cpp index cb4aeb853..61dc201be 100644 --- a/common/eq_stream.cpp +++ b/common/eq_stream.cpp @@ -20,7 +20,7 @@ #include "eq_packet.h" #include "eq_stream.h" #include "misc.h" -#include "Mutex.h" +#include "mutex.h" #include "op_codes.h" #include "crc16.h" #include "platform.h" diff --git a/common/eq_stream.h b/common/eq_stream.h index ed3e26623..5a637c46e 100644 --- a/common/eq_stream.h +++ b/common/eq_stream.h @@ -12,7 +12,7 @@ #include "eq_stream_type.h" #include "eq_packet.h" #include "eq_stream_intf.h" -#include "Mutex.h" +#include "mutex.h" #include "../common/opcodemgr.h" #include "../common/misc.h" #include "../common/condition.h" diff --git a/common/eqemu_error.cpp b/common/eqemu_error.cpp index 79ce129ac..ff9a7bbd6 100644 --- a/common/eqemu_error.cpp +++ b/common/eqemu_error.cpp @@ -20,7 +20,7 @@ #endif #include "eqemu_error.h" #include "linked_list.h" -#include "Mutex.h" +#include "mutex.h" #include "misc_functions.h" #include #include diff --git a/common/mutex.cpp b/common/mutex.cpp index 763f10db4..7bea92b0d 100644 --- a/common/mutex.cpp +++ b/common/mutex.cpp @@ -16,7 +16,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "../common/debug.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include diff --git a/common/Mutex.h b/common/mutex.h similarity index 100% rename from common/Mutex.h rename to common/mutex.h diff --git a/common/opcodemgr.h b/common/opcodemgr.h index 690f5442a..138fadd97 100644 --- a/common/opcodemgr.h +++ b/common/opcodemgr.h @@ -20,7 +20,7 @@ #define OPCODE_MANAGER_H #include "types.h" -#include "Mutex.h" +#include "mutex.h" #include "emu_opcodes.h" #include diff --git a/common/tcp_connection.h b/common/tcp_connection.h index fbf34491c..2e5b7e883 100644 --- a/common/tcp_connection.h +++ b/common/tcp_connection.h @@ -44,7 +44,7 @@ #endif #include "types.h" -#include "Mutex.h" +#include "mutex.h" #include "queue.h" #include "misc_functions.h" diff --git a/loginserver/ErrorLog.h b/loginserver/ErrorLog.h index 224eeb352..ad54e12b7 100644 --- a/loginserver/ErrorLog.h +++ b/loginserver/ErrorLog.h @@ -23,7 +23,7 @@ #include #include -#include "../common/Mutex.h" +#include "../common/mutex.h" /** * Dictates the log type specified in ErrorLog for Log(...) diff --git a/world/LoginServer.h b/world/LoginServer.h index 45cb9c214..766bdbf38 100644 --- a/world/LoginServer.h +++ b/world/LoginServer.h @@ -23,7 +23,7 @@ #include "../common/timer.h" #include "../common/queue.h" #include "../common/eq_packet_structs.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/emu_tcp_connection.h" class LoginServer{ diff --git a/world/LoginServerList.h b/world/LoginServerList.h index f47587920..200e53b93 100644 --- a/world/LoginServerList.h +++ b/world/LoginServerList.h @@ -6,7 +6,7 @@ #include "../common/timer.h" #include "../common/queue.h" #include "../common/eq_packet_structs.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/emu_tcp_connection.h" #ifdef _WINDOWS diff --git a/world/console.h b/world/console.h index 3c900f0f0..0588d8598 100644 --- a/world/console.h +++ b/world/console.h @@ -40,7 +40,7 @@ enum { #include "../common/queue.h" #include "../common/emu_tcp_connection.h" #include "WorldTCPConnection.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" struct ServerChannelMessage_Struct; diff --git a/zone/net.cpp b/zone/net.cpp index 968de9490..6fba81d49 100644 --- a/zone/net.cpp +++ b/zone/net.cpp @@ -25,7 +25,7 @@ #include "../common/eq_stream.h" #include "../common/eq_stream_factory.h" #include "../common/eq_packet_structs.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/version.h" #include "../common/eqemu_error.h" #include "../common/packet_dump_file.h" diff --git a/zone/oldcode.cpp b/zone/oldcode.cpp index 7abc79b5c..30adb7f2f 100644 --- a/zone/oldcode.cpp +++ b/zone/oldcode.cpp @@ -69,7 +69,7 @@ extern volatile bool ZoneLoaded; #include "../common/timer.h" #include "../common/eq_stream.h" #include "../common/eq_packet_structs.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/version.h" #include "../common/files.h" #include "../common/eqemu_error.h" diff --git a/zone/petitions.h b/zone/petitions.h index 732b54250..4b68362e0 100644 --- a/zone/petitions.h +++ b/zone/petitions.h @@ -22,7 +22,7 @@ #include "../common/types.h" #include "zonedb.h" #include "client.h" -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/misc_functions.h" class Petition diff --git a/zone/zone.h b/zone/zone.h index 1553b72e8..0256beeec 100644 --- a/zone/zone.h +++ b/zone/zone.h @@ -18,7 +18,7 @@ #ifndef ZONE_H #define ZONE_H -#include "../common/Mutex.h" +#include "../common/mutex.h" #include "../common/linked_list.h" #include "../common/types.h" #include "../common/eqtime.h"