X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.h;h=9ab25f2d48306471bcfd63b0439e501ee5f0fc37;hp=61118c734febffa1e5da463e5ead628074a144ad;hb=c3e242c2629cbc9645258b30aaf07b7285d4372b;hpb=3169ab5078b0ab9147b8e23ad98c0294dda1baec diff --git a/source/core/semaphore.h b/source/core/semaphore.h index 61118c7..9ab25f2 100644 --- a/source/core/semaphore.h +++ b/source/core/semaphore.h @@ -2,11 +2,11 @@ #define MSP_CORE_SEMAPHORE_H_ #include -#include "mutex.h" +#include "noncopyable.h" namespace Msp { -class Semaphore +class Semaphore: private NonCopyable { private: struct Private;