29 #ifndef Pt_Semaphore_h
30 #define Pt_Semaphore_h
32 #include <Pt/System/Api.h>
33 #include <Pt/NonCopyable.h>
43 friend class SemaphoreImpl;
63 class SemaphoreImpl* _impl;
70 #endif // Pt_Semaphore_h
Protects derived classes from being copied.
Definition: NonCopyable.h:54
Semaphore synchronization object.
Definition: Semaphore.h:41