Migrated cSleep and cTimer to std::chrono
This commit is contained in:
@@ -33,7 +33,7 @@ protected:
|
||||
volatile bool m_ShouldTerminate;
|
||||
|
||||
public:
|
||||
cIsThread(const AString & iThreadName);
|
||||
cIsThread(const AString & a_ThreadName);
|
||||
virtual ~cIsThread();
|
||||
|
||||
/// Starts the thread; returns without waiting for the actual start
|
||||
|
||||
Reference in New Issue
Block a user