debug hardware

main
Yik Teng Hie 2 months ago
parent 0355c1bdb3
commit fd37a18831

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -17,8 +17,8 @@ private:
*/ */
static CMutex m_mutex; static CMutex m_mutex;
static ISGManager* m_pInstance; static ISGManager* m_pInstance;
CSGManagerSingleton(const CSGManagerSingleton&); CSGManagerSingleton(const CSGManagerSingleton&) = delete;
void operator=(const CSGManagerSingleton&); void operator=(const CSGManagerSingleton&) = delete;
public: public:
static ISGManager& Instance(); static ISGManager& Instance();

@ -56,12 +56,7 @@ namespace mitech::utils::logging
class CLoggerManagerSingleton& operator=(const CLoggerManagerSingleton&) = delete; class CLoggerManagerSingleton& operator=(const CLoggerManagerSingleton&) = delete;
// accessor // accessor
static CLoggerManagerSingleton& Instance() static CLoggerManagerSingleton& Instance();
{
static CLoggerManagerSingleton _instance;
return _instance;
}
CLogManager& LoggerManager() CLogManager& LoggerManager()
{ {

Binary file not shown.
Loading…
Cancel
Save