complex macros with ;
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
class PIP_EXPORT PIMutex
|
||||
{
|
||||
public:
|
||||
NO_COPY_CLASS(PIMutex)
|
||||
NO_COPY_CLASS(PIMutex);
|
||||
|
||||
//! \~english Constructs unlocked mutex
|
||||
//! \~russian Создает незаблокированный мьютекс
|
||||
@@ -69,7 +69,7 @@ private:
|
||||
class PIP_EXPORT PIMutexLocker
|
||||
{
|
||||
public:
|
||||
NO_COPY_CLASS(PIMutexLocker)
|
||||
NO_COPY_CLASS(PIMutexLocker);
|
||||
|
||||
//! \~english Constructs and lock "m" if "condition" is \c true
|
||||
//! \~russian Создает и блокирует мьютекс "m" если "condition" \c true
|
||||
|
||||
Reference in New Issue
Block a user