Differences From Artifact [eb706ff06f]:
- File src/exceptions/OFAddressTranslationFailedException.m — part of check-in [cc4cb0d824] at 2017-05-02 21:10:33 on branch trunk — exceptions: Add nullability specifiers (user: js, size: 3787) [annotate] [blame] [check-ins using]
To 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]
| ︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - + - + - + - + | if (!of_mutex_new(&mutex)) @throw [OFInitializationFailedException exceptionWithClass: class]; } #endif |
| ︙ | |||
105 106 107 108 109 110 111 | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | - + |
- (void)dealloc
{
[_host release];
[super dealloc];
}
|
| ︙ |