* @brief Lock the plane sets against changes by other threads */
| 136 | * @brief Lock the plane sets against changes by other threads |
| 137 | */ |
| 138 | void lock () |
| 139 | { |
| 140 | m_mutex.lock (); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * @brief Unlock the plane sets against changes by other threads |
no outgoing calls
no test coverage detected