Fixing init result issue.
1 //------------------------------------------------------------------------------
2 #ifndef MUTEX_H_INCLUDED
3 #define MUTEX_H_INCLUDED
4 //------------------------------------------------------------------------------
6 //------------------------------------------------------------------------------
14 Mutex(const Mutex& other) {}
15 Mutex& operator=(const Mutex& other) { return *this; }
24 //------------------------------------------------------------------------------
26 //------------------------------------------------------------------------------