Differences From Artifact [169c6cd7e2]:
- File src/exceptions/OFAddressTranslationFailedException.m — part of check-in [a8df2cff5f] at 2011-03-24 20:36:00 on branch trunk — Pass the socket for socket exceptions. (user: js, size: 2123) [annotate] [blame] [check-ins using]
To Artifact [934b14dab9]:
- File src/exceptions/OFAddressTranslationFailedException.m — part of check-in [df329a38cd] at 2011-06-06 15:53:39 on branch trunk — Add missing imports to make gcc from trunk happy. (user: js, size: 2147) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + | * file. */ #include "config.h" #import "OFAddressTranslationFailedException.h" #import "OFString.h" #import "OFTCPSocket.h" #import "common.h" @implementation OFAddressTranslationFailedException + newWithClass: (Class)class_ socket: (OFTCPSocket*)socket host: (OFString*)host |
| ︙ |