@@ -21,13 +21,13 @@ /*! * @brief An exception indicating the translation of an address failed. */ @interface OFAddressTranslationFailedException: OFException { - OFTCPSocket *socket; - OFString *host; - int errNo; + OFTCPSocket *_socket; + OFString *_host; + int _errNo; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) OFTCPSocket *socket; @property (readonly, copy, nonatomic) OFString *host;