#include <SemaphoreImpl.h>

Public Member Functions | |
| virtual void | post ()=0 |
| virtual bool | wait ()=0 |
| virtual | ~SemaphoreImpl () |
Definition at line 35 of file icl_core_logging/SemaphoreImpl.h.
| virtual icl_core::logging::SemaphoreImpl::~SemaphoreImpl | ( | ) | [inline, virtual] |
Definition at line 38 of file icl_core_logging/SemaphoreImpl.h.
| virtual void icl_core::logging::SemaphoreImpl::post | ( | ) | [pure virtual] |
| virtual bool icl_core::logging::SemaphoreImpl::wait | ( | ) | [pure virtual] |