mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
rename Sentry to TSentry
windows filenames arent case-sensitive so it doesnt know which sentry.h we mean.
This commit is contained in:
parent
b3a8b1a682
commit
969cd93358
@ -67,7 +67,7 @@ add_executable(BeamMP-Server
|
|||||||
include/TResourceManager.h src/TResourceManager.cpp
|
include/TResourceManager.h src/TResourceManager.cpp
|
||||||
include/THeartbeatThread.h src/THeartbeatThread.cpp
|
include/THeartbeatThread.h src/THeartbeatThread.cpp
|
||||||
include/Http.h src/Http.cpp
|
include/Http.h src/Http.cpp
|
||||||
include/Sentry.h src/Sentry.cpp
|
include/TSentry.h src/TSentry.cpp
|
||||||
include/TPPSMonitor.h src/TPPSMonitor.cpp
|
include/TPPSMonitor.h src/TPPSMonitor.cpp
|
||||||
include/TNetwork.h src/TNetwork.cpp)
|
include/TNetwork.h src/TNetwork.cpp)
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ void RegisterThread(const std::string str);
|
|||||||
#define _line std::to_string(__LINE__)
|
#define _line std::to_string(__LINE__)
|
||||||
#define _in_lambda (std::string(__func__) == "operator()")
|
#define _in_lambda (std::string(__func__) == "operator()")
|
||||||
|
|
||||||
#include "Sentry.h"
|
#include "TSentry.h"
|
||||||
extern TSentry Sentry;
|
extern TSentry Sentry;
|
||||||
|
|
||||||
// we would like the full function signature 'void a::foo() const'
|
// we would like the full function signature 'void a::foo() const'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "Sentry.h"
|
#include "TSentry.h"
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
|
|
||||||
TSentry::TSentry(const std::string& SentryUrl) {
|
TSentry::TSentry(const std::string& SentryUrl) {
|
@ -1,6 +1,6 @@
|
|||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "Http.h"
|
#include "Http.h"
|
||||||
#include "Sentry.h"
|
#include "TSentry.h"
|
||||||
#include "TConfig.h"
|
#include "TConfig.h"
|
||||||
#include "THeartbeatThread.h"
|
#include "THeartbeatThread.h"
|
||||||
#include "TLuaEngine.h"
|
#include "TLuaEngine.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user