Differences From Artifact [047ae0bfe4]:
- File src/SSLInvalidCertificateException.h — part of check-in [eca3b894f8] at 2013-02-12 17:49:20 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1567) [annotate] [blame] [check-ins using]
To Artifact [eb1ea7f340]:
- File src/SSLInvalidCertificateException.h — part of check-in [93fb0bd595] at 2013-06-23 11:10:33 on branch trunk — Adjust to reworked exception API. (user: js, size: 1518) [annotate] [blame] [check-ins using]
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 | - - + - - + | OFString *_reason; } #ifdef OF_HAVE_PROPERTIES @property (readonly, assign) OFString *reason; #endif |