ObjFW  Diff

Differences From Artifact [a3acfaef4e]:

To Artifact [f1dcc4433a]:


19
20
21
22
23
24
25
26

27
28
29
30

31
32
33
34
35
36
37
19
20
21
22
23
24
25

26
27
28
29

30
31
32
33
34
35
36
37







-
+



-
+







@class OFHash;

/**
 * \brief An exception indicating that the hash has already been calculated.
 */
@interface OFHashAlreadyCalculatedException: OFException
{
	OFHash *hash;
	OFHash *hashObject;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, nonatomic) OFHash *hash;
@property (readonly, nonatomic) OFHash *hashObject;
#endif

/**
 * \param class_ The class of the object which caused the exception
 * \param hash The hash which has already been calculated
 * \return A new hash already calculated exception
 */