Differences From Artifact [0d42168440]:
- File src/XMPPStreamManagement.h — part of check-in [ae47288dc3] at 2013-02-15 14:32:44 on branch trunk — Improve documentation. (user: js, size: 1388) [annotate] [blame] [check-ins using]
To Artifact [41ce04c91f]:
- File src/XMPPStreamManagement.h — part of check-in [cce64dfcd6] at 2013-06-23 20:13:43 on branch trunk — Prefix *all* IVars with _. (user: js, size: 1389) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 | - + | @interface XMPPStreamManagement: OFObject #ifdef OF_HAVE_OPTIONAL_PROTOCOLS <XMPPConnectionDelegate> #endif { XMPPConnection *_connection; |