4.06.2013 - Version 0.3.4 - PIOBJECT() macro, ethernet improvement, documentation based on Doxygen
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
#define PIMUTEX_H
|
||||
|
||||
#include "piincludes.h"
|
||||
#ifdef CC_GCC
|
||||
#include <pthread.h>
|
||||
#ifndef WINDOWS
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
class PIMutex
|
||||
class PIP_EXPORT PIMutex
|
||||
{
|
||||
public:
|
||||
#ifndef WINDOWS
|
||||
@@ -59,7 +59,8 @@ private:
|
||||
|
||||
};
|
||||
|
||||
class PIMutexLocker
|
||||
|
||||
class PIP_EXPORT PIMutexLocker
|
||||
{
|
||||
public:
|
||||
PIMutexLocker(PIMutex * m): mutex(m) {mutex->lock();}
|
||||
|
||||
Reference in New Issue
Block a user