Differences From Artifact [47ee1ec6b0]:
- File src/exceptions/OFHTTPRequestFailedException.m — part of check-in [c137da5e5b] at 2012-09-16 15:27:48 on branch trunk — Prefix all private methods with OF_. (user: js, size: 2210) [annotate] [blame] [check-ins using]
To Artifact [0f9a027bed]:
- File src/exceptions/OFHTTPRequestFailedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 2224) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
91 92 93 94 95 96 97 |
objc_autoreleasePoolPop(pool);
return description;
}
- (OFHTTPRequest*)HTTPRequest
{
| | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
objc_autoreleasePoolPop(pool);
return description;
}
- (OFHTTPRequest*)HTTPRequest
{
OF_GETTER(HTTPRequest, NO)
}
- (OFHTTPRequestResult*)result
{
OF_GETTER(result, NO)
}
@end
|