21#ifndef LELY_COAPP_COAPP_HPP_
22#define LELY_COAPP_COAPP_HPP_
24#if defined(__cplusplus) && __cplusplus < 201103L
25#error This file requires compiler and library support for the ISO C++11 standard.
An abstract interface conforming to the BasicLockable concept.
virtual void unlock()=0
Releases the lock held by the execution agent. Throws no exceptions.
virtual void lock()=0
Blocks until a lock can be obtained for the current execution agent (thread, process,...
This header file is part of the Lely libraries; it contains the compiler feature definitions.
Global namespace for the Lely Industries N.V. libraries.