ObjFW  Diff

Differences From Artifact [b3fc0e5ad0]:

To Artifact [cfd86aca94]:


105
106
107
108
109
110
111






112
113
114
115
116
117
118

/**
 * \return The size of the memoory that couldn't be allocated
 */
- (size_t)requestedSize;
@end







/**
 * An OFException indicating the given memory is not part of the object.
 */
@interface OFMemoryNotPartOfObjectException: OFException
{
	void *pointer;
}







>
>
>
>
>
>







105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124

/**
 * \return The size of the memoory that couldn't be allocated
 */
- (size_t)requestedSize;
@end

/**
 * An OFException indicating that a mutation was detected while enumerating.
 */
@interface OFEnumerationMutationException: OFException {}
@end

/**
 * An OFException indicating the given memory is not part of the object.
 */
@interface OFMemoryNotPartOfObjectException: OFException
{
	void *pointer;
}