ObjFW  Diff

Differences From Artifact [689016254d]:

To Artifact [dfc7828bd4]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 */
@interface OFLockFailedException: OFException
{
	id <OFLocking> _lock;
}

/*!
 * The lock which could not be locked.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased lock failed exception.
 *
 * @param lock The lock which could not be locked







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 */
@interface OFLockFailedException: OFException
{
	id <OFLocking> _lock;
}

/*!
 * @brief The lock which could not be locked.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased lock failed exception.
 *
 * @param lock The lock which could not be locked