11 #include "threads/CriticalSection.h" 21 CEventLog &GetEventLog(
unsigned int profileId);
24 std::map<unsigned int, std::unique_ptr<CEventLog>> m_eventLogs;
25 CCriticalSection m_eventMutex;
Definition: EventLog.h:23
Definition: EventLogManager.h:18