Differences From Artifact [1a5a5724ae]:
- File src/IRCConnection.h — part of check-in [8845b8b00b] at 2013-02-14 00:20:49 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 4670) [annotate] [blame] [check-ins using]
To Artifact [3b4efe637d]:
- File src/IRCConnection.h — part of check-in [c99e07382f] at 2013-02-14 00:32:03 on branch trunk — Don't implement IRCConnectionDelegate on OFObject. (user: js, size: 4600) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - - - - | */ #import <ObjFW/ObjFW.h> @class IRCConnection; @class IRCUser; |
︙ |