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. 46 virtual void lock() = 0;
59 #endif // LELY_COAPP_COAPP_HPP_ 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, task).
An abstract interface conforming to the BasicLockable concept.
Global namespace for the Lely Industries N.V. libraries.
This header file is part of the Lely libraries; it contains the compiler feature definitions.