ObjFW  Diff

Differences From Artifact [e03bc7167f]:

To Artifact [2ebcb93089]:


1
2
3

4
5
6
7
8
9
10
11
12
13


14
15
16


17
18
19


20
21

22
23
24


25
26

27
28

29
30

31
32
33


34
35
36
37



38
39
40

41
42
43
44


1
2

3
4
5
6
7
8
9
10
11


12
13
14


15
16
17


18
19
20

21
22


23
24
25

26
27

28
29

30
31


32
33
34



35
36
37
38
39

40
41
42


43
44


-
+








-
-
+
+

-
-
+
+

-
-
+
+

-
+

-
-
+
+

-
+

-
+

-
+

-
-
+
+

-
-
-
+
+
+


-
+


-
-
+
+
/*
 * Copyright (c) 2008 - 2009
 *   Jonathan Schleifer <js@webkeks.org>
 *   Jonathan Schleifer "js@webkeks.org"
 *
 * All rights reserved.
 *
 * This file is part of libobjfw. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE included in
 * the packaging of this file.
 */

#import <OFObject.h>
#import <OFExceptions.h>
#import "OFObject.h"
#import "OFExceptions.h"

#import <OFAutoreleasePool.h>
#import <OFString.h>
#import "OFAutoreleasePool.h"
#import "OFString.h"

#import <OFDataArray.h>
#import <OFArray.h>
#import "OFDataArray.h"
#import "OFArray.h"

#import <OFList.h>
#import "OFList.h"

#import <OFDictionary.h>
#import <OFIterator.h>
#import "OFDictionary.h"
#import "OFIterator.h"

#import <OFNumber.h>
#import "OFNumber.h"

#import <OFStream.h>
#import "OFStream.h"

#import <OFFile.h>
#import "OFFile.h"

#import <OFSocket.h>
#import <OFTCPSocket.h>
#import "OFSocket.h"
#import "OFTCPSocket.h"

#import <OFHashes.h>
#import <OFThread.h>
#import <OFXMLFactory.h>
#import "OFHashes.h"
#import "OFThread.h"
#import "OFXMLFactory.h"

#ifdef OF_PLUGINS
#import <OFPlugin.h>
#import "OFPlugin.h"
#endif

#import <OFMacros.h>
#import <asprintf.h>
#import "OFMacros.h"
#import "asprintf.h"