mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Added a comment to the Log file headers that the class is thread safe.
This commit is contained in:
parent
5d5be42918
commit
ccb9380559
|
|
@ -4,6 +4,7 @@
|
||||||
// Log.cpp
|
// Log.cpp
|
||||||
//
|
//
|
||||||
// Log output.
|
// Log output.
|
||||||
|
// This class is thread safe.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
// Log.h
|
// Log.h
|
||||||
//
|
//
|
||||||
// Log output.
|
// Log output.
|
||||||
|
// This class is thread safe.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef ES_CORE_LOG_H
|
#ifndef ES_CORE_LOG_H
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue