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 [6469b1300a]:
- File exceptions/PGException.h — part of check-in [9b7427552b] at 2012-10-03 16:08:17 on branch trunk — Add ObjPgSQL.h. (user: js, size: 409) [annotate] [blame] [check-ins using]
1 2 | #import <ObjFW/ObjFW.h> | | | 1 2 3 4 5 6 7 8 9 10 | #import <ObjFW/ObjFW.h> #import "../PGConnection.h" @interface PGException: OFException { PGConnection *connection; } #ifdef OF_HAVE_PROPERTIES |
︙ | ︙ |