ObjFW  Diff

Differences From Artifact [3efb7e828b]:

To Artifact [9338731956]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 */

#include "config.h"

#import "OFMemoryNotPartOfObjectException.h"
#import "OFString.h"

#import "macros.h"

@implementation OFMemoryNotPartOfObjectException
+ (instancetype)exceptionWithPointer: (void*)pointer
			      object: (id)object
{
	return [[[self alloc] initWithPointer: pointer
				       object: object] autorelease];
}







<
<







15
16
17
18
19
20
21


22
23
24
25
26
27
28
 */

#include "config.h"

#import "OFMemoryNotPartOfObjectException.h"
#import "OFString.h"



@implementation OFMemoryNotPartOfObjectException
+ (instancetype)exceptionWithPointer: (void*)pointer
			      object: (id)object
{
	return [[[self alloc] initWithPointer: pointer
				       object: object] autorelease];
}