Differences From Artifact [7ec5a5a420]:
- File src/ResolverResult.h — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 382) [annotate] [blame] [check-ins using]
To Artifact [48e906dbd2]:
- File src/ResolverResult.h — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 400) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | #import <ObjFW/ObjFW.h> #import "cube.h" OF_DIRECT_MEMBERS @interface ResolverResult: OFObject @property (readonly, nonatomic) OFString *query; @property (readonly, nonatomic) ENetAddress address; + (instancetype)resultWithQuery:(OFString *)query address:(ENetAddress)address; - (instancetype)init OF_UNAVAILABLE; - (instancetype)initWithQuery:(OFString *)query address:(ENetAddress)address; |
︙ |