@@ -32,11 +32,11 @@ /*! * @brief Tries to lock the lock. * * @return A boolean whether the lock could be locked */ -- (BOOL)tryLock; +- (bool)tryLock; /*! * @brief Unlocks the lock. */ - (void)unlock;