cvrSemaphore.h File Reference
Contains the
cvr::semaphore wrapper class to encapulate the differences between the POSIX and Win32 concepts.
More...
#include "cvrObject.h"
#include "cvrMacroSymbols.h"
#include <semaphore.h>
Go to the source code of this file.
|
Classes |
class | cvr::semaphore |
| Class for inter-thread synchronisation concept of semaphores. More...
|
Namespaces |
namespace | cvr |
Detailed Description
Contains the
cvr::semaphore wrapper class to encapulate the differences between the POSIX and Win32 concepts.
- Author:
- Thomas Rusert
- Date:
- 04.11.1999
- Id
- cvrSemaphore.h,v 1.5 2006/01/03 14:49:25 alvarado Exp