1
0

Added doxyComments for cIsThread.

This commit is contained in:
madmaxoft
2013-08-11 18:46:49 +02:00
parent cc708f757c
commit b58ca60815
2 changed files with 13 additions and 7 deletions

View File

@@ -54,9 +54,9 @@ cIsThread::cIsThread(const AString & iThreadName) :
m_ThreadName(iThreadName),
m_ShouldTerminate(false),
#ifdef _WIN32
m_Handle(NULL)
m_Handle(NULL)
#else // _WIN32
m_HasStarted(false)
m_HasStarted(false)
#endif // else _WIN32
{
}