Differences From Artifact [c103e6dc5d]:
- File src/exceptions/OFAddressTranslationFailedException.m — part of check-in [e790f0e1f0] at 2013-07-05 16:54:02 on branch trunk — Map WSA error codes to standard error codes. (user: js, size: 2991) [annotate] [blame] [check-ins using]
To Artifact [e5b08ed3d1]:
- File src/exceptions/OFAddressTranslationFailedException.m — part of check-in [85e8ccc3a5] at 2013-11-20 22:06:00 on branch trunk — Make exception properties atomic. (user: js, size: 2989) [annotate] [blame] [check-ins using]
︙ | |||
103 104 105 106 107 108 109 | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | - + - + | return [OFString stringWithFormat: @"An address could not be translated! " ERRFMT, AT_ERRPARAM]; } - (OFString*)host { |
︙ |