Differences From Artifact [b7bd64c83f]:
- File src/XMPPSRVLookup.h — part of check-in [8dfcb87717] at 2013-02-12 21:36:39 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 2741) [annotate] [blame] [check-ins using]
To Artifact [df58ba3514]:
- File src/XMPPSRVLookup.h — part of check-in [ae47288dc3] at 2013-02-15 14:32:44 on branch trunk — Improve documentation. (user: js, size: 2710) [annotate] [blame] [check-ins using]
︙ | |||
72 73 74 75 76 77 78 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | - + - | #ifdef OF_HAVE_PROPERTIES @property (readonly, copy) OFString *domain; #endif + lookupWithDomain: (OFString*)domain; - initWithDomain: (OFString*)domain; |
︙ |