ObjFW  Check-in [1e6fdafe12]

Overview
Comment:OFRunLoop.h: Add missing forward class
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1e6fdafe1267f70653d5529319e8a087d15dfeacd4fd3d06733e3c22b52a23ed
User & Date: js on 2016-02-21 17:35:20
Other Links: manifest | tags
Context
2016-02-21
20:05
forwarding-arm-elf.S: Add .fpu directive check-in: 7e50ab7d8b user: js tags: trunk
17:35
OFRunLoop.h: Add missing forward class check-in: 1e6fdafe12 user: js tags: trunk
16:25
OFInflateStream: Fix memory leak on early dealloc check-in: 1eb94a26f6 user: js tags: trunk
Changes

Modified src/OFRunLoop.h from [65235ba79d] to [aef9b14152].

27
28
29
30
31
32
33

34
35
36
37
38
39
40
@class OFCondition;
#endif
#ifdef OF_HAVE_SOCKETS
@class OFKernelEventObserver;
#endif
@class OFMutableDictionary OF_GENERIC(KeyType, ObjectType);
@class OFTimer;


/*!
 * @class OFRunLoop OFRunLoop.h ObjFW/OFRunLoop.h
 *
 * @brief A class providing a run loop for the application and its processes.
 */
@interface OFRunLoop: OFObject







>







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@class OFCondition;
#endif
#ifdef OF_HAVE_SOCKETS
@class OFKernelEventObserver;
#endif
@class OFMutableDictionary OF_GENERIC(KeyType, ObjectType);
@class OFTimer;
@class OFDate;

/*!
 * @class OFRunLoop OFRunLoop.h ObjFW/OFRunLoop.h
 *
 * @brief A class providing a run loop for the application and its processes.
 */
@interface OFRunLoop: OFObject