ObjFW  Diff

Differences From Artifact [1c0a70b9ab]:

To Artifact [1d794f6b42]:


29
30
31
32
33
34
35
36
37
38
39
40
/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
/**
 * \brief Completes initialization of the OFConstantString
 *
 * This method completes the initialization, as the constant strings created by
 * the compiler are not fully initialized.
 */
- (void)completeInitialization;
@end







|


|

29
30
31
32
33
34
35
36
37
38
39
40
/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
/**
 * \brief Completes initialization of the OFConstantString
 *
 * This method finishes the initialization, as the constant strings created by
 * the compiler are not fully initialized.
 */
- (void)finishInitialization;
@end