* @brief Unlock the plane sets against changes by other threads */
| 144 | * @brief Unlock the plane sets against changes by other threads |
| 145 | */ |
| 146 | void unlock () |
| 147 | { |
| 148 | m_mutex.unlock (); |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * @brief Access to the mutex object |
no outgoing calls
no test coverage detected