ObjFW  Diff

Differences From Artifact [6569cc0a3f]:

To Artifact [3ccea224dd]:


45
46
47
48
49
50
51
52
53
54
55

/*!
 * @brief Initializes an already allocated lock failed exception.
 *
 * @param lock The lock which could not be locked
 * @return An initialized lock failed exception
 */
- initWithLock: (nullable id <OFLocking>)lock;
@end

OF_ASSUME_NONNULL_END







|



45
46
47
48
49
50
51
52
53
54
55

/*!
 * @brief Initializes an already allocated lock failed exception.
 *
 * @param lock The lock which could not be locked
 * @return An initialized lock failed exception
 */
- initWithLock: (nullable id <OFLocking>)lock OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END