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 ISGManager* m_pInstance;
CSGManagerSingleton(const CSGManagerSingleton&);
void operator=(const CSGManagerSingleton&);
CSGManagerSingleton(const CSGManagerSingleton&) = delete;
void operator=(const CSGManagerSingleton&) = delete;
public:
static ISGManager& Instance();

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

Binary file not shown.
Loading…
Cancel
Save