Differences From Artifact [adaf1d5292]:
- File exceptions/PGException.h — part of check-in [de46b0e10c] at 2012-10-03 13:20:06 on branch trunk — Initial import. (user: js, size: 406) [annotate] [blame] [check-ins using] [more...]
To Artifact [c9366d7488]:
- File exceptions/PGException.h — part of check-in [8c8a431322] at 2013-02-13 23:40:59 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 407) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | #import <ObjFW/ObjFW.h> #import "PGConnection.h" @interface PGException: OFException { |
︙ |