]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/semaphore.h
Use vectors for storage in Poller
[libs/core.git] / source / core / semaphore.h
index 3f2cc974a455855c35246f7abc10d12d1993e709..9ab25f2d48306471bcfd63b0439e501ee5f0fc37 100644 (file)
@@ -1,19 +1,12 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_SEMAPHORE_H_
 #define MSP_CORE_SEMAPHORE_H_
 
-#include "mutex.h"
-#include "../time/timedelta.h"
+#include <msp/time/timedelta.h>
+#include "noncopyable.h"
 
 namespace Msp {
 
-class Semaphore
+class Semaphore: private NonCopyable
 {
 private:
        struct Private;