ObjFW  Diff

Differences From Artifact [9fce34d334]:

To Artifact [0455e7b89e]:


23
24
25
26
27
28
29

30
31
32
33
34
35
36
 *	  ObjFW/OFHashAlreadyCalculatedException.h
 *
 * @brief An exception indicating that the hash has already been calculated.
 */
@interface OFHashAlreadyCalculatedException: OFException
{
	id _object;

}

/**
 * @brief The hash which has already been calculated.
 */
@property (readonly, nonatomic) id object;








>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 *	  ObjFW/OFHashAlreadyCalculatedException.h
 *
 * @brief An exception indicating that the hash has already been calculated.
 */
@interface OFHashAlreadyCalculatedException: OFException
{
	id _object;
	OF_RESERVE_IVARS(OFHashAlreadyCalculatedException, 4)
}

/**
 * @brief The hash which has already been calculated.
 */
@property (readonly, nonatomic) id object;