ObjFW  Diff

Differences From Artifact [c1cbaf7fe4]:

To Artifact [bf02225514]:


16
17
18
19
20
21
22


23
24
25
26
27
28
29

#include "config.h"

#import "OFUnsupportedVersionException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"



@implementation OFUnsupportedVersionException
+ exceptionWithClass: (Class)class_
	     version: (OFString*)version
{
	return [[[self alloc] initWithClass: class_
				    version: version] autorelease];







>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#include "config.h"

#import "OFUnsupportedVersionException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"

#import "common.h"

@implementation OFUnsupportedVersionException
+ exceptionWithClass: (Class)class_
	     version: (OFString*)version
{
	return [[[self alloc] initWithClass: class_
				    version: version] autorelease];