Differences From Artifact [5c8553fb32]:
- File src/XMPPContactManager.m — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 5954) [annotate] [blame] [check-ins using]
To Artifact [44efae0635]:
- File src/XMPPContactManager.m — part of check-in [4e3a1310e6] at 2018-11-05 22:02:42 on branch trunk — Fix compilation with GCC (user: js, size: 5978) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + | * POSSIBILITY OF SUCH DAMAGE. */ #import "XMPPContactManager.h" #import "XMPPContact.h" #import "XMPPContact+Private.h" #import "XMPPJID.h" #import "XMPPMessage.h" #import "XMPPMulticastDelegate.h" #import "XMPPPresence.h" #import "XMPPRosterItem.h" @implementation XMPPContactManager @synthesize contacts = _contacts; |
︙ |