ObjFW  Check-in [1fde8ec20f]

Overview
Comment:Remove OF_DIRECT_MEMBERS from OFStream+Private.h

Implementations of OFTLSStream need to override of_waitingForDelimiter.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1fde8ec20f4a99138ada2d5aa4c58470b5b46612c1a87cf313b72370d62ce3e1
User & Date: js on 2023-09-10 12:30:28
Other Links: manifest | tags
Context
2023-09-10
12:32
Increase patch level for ObjFW TLS library check-in: 42066a788a user: js tags: trunk
12:30
Remove OF_DIRECT_MEMBERS from OFStream+Private.h check-in: 1fde8ec20f user: js tags: trunk
12:26
Update ChangeLog check-in: dd51423e9c user: js tags: trunk
Changes

Modified src/OFStream+Private.h from [494fcdeb75] to [36f9ef0ce7].

13
14
15
16
17
18
19
20
21
22
23
24
25
26
 * file.
 */

#import "OFStream.h"

OF_ASSUME_NONNULL_BEGIN

OF_DIRECT_MEMBERS
@interface OFStream ()
@property (readonly, nonatomic, getter=of_isWaitingForDelimiter)
    bool of_waitingForDelimiter;
@end

OF_ASSUME_NONNULL_END







<






13
14
15
16
17
18
19

20
21
22
23
24
25
 * file.
 */

#import "OFStream.h"

OF_ASSUME_NONNULL_BEGIN


@interface OFStream ()
@property (readonly, nonatomic, getter=of_isWaitingForDelimiter)
    bool of_waitingForDelimiter;
@end

OF_ASSUME_NONNULL_END