Differences From Artifact [b3820ad5f4]:
- File
src/exceptions/OFAddressTranslationFailedException.m
— part of check-in
[4af49a13c3]
at
2017-05-07 20:10:13
on branch trunk
— Small code style change
Casts are now written like types in variable declarations. (user: js, size: 3792) [annotate] [blame] [check-ins using]
To Artifact [2a82ec8711]:
- File src/exceptions/OFAddressTranslationFailedException.m — part of check-in [ed94121c31] at 2017-05-13 16:34:35 on branch trunk — OFAddressTranslationFailedException: Fix typo (user: js, size: 3799) [annotate] [blame] [check-ins using]
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + |
+ (void)initialize
{
if (self != [OFAddressTranslationFailedException class])
return;
if (!of_mutex_new(&mutex))
@throw [OFInitializationFailedException
|
| ︙ |