Differences From Artifact [3ff900093e]:
- File src/XMPPSRVLookup.h — part of check-in [5d6af5c663] at 2012-02-03 08:04:54 on branch trunk — Clean up properties. (user: js, size: 2694) [annotate] [blame] [check-ins using]
To Artifact [9fb956f980]:
- File src/XMPPSRVLookup.h — part of check-in [ed03c8e32f] at 2012-02-03 09:46:42 on branch trunk — Add \cond internal for private methods. (user: js, size: 2726) [annotate] [blame] [check-ins using]
︙ | |||
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | + + | #ifdef OF_HAVE_PROPERTIES @property (readonly, copy) OFString *domain; #endif + lookupWithDomain: (OFString*)domain; - initWithDomain: (OFString*)domain; /// \cond internal - (void)XMPP_lookup; - (void)XMPP_addEntry: (XMPPSRVEntry*)item; /// \endcond @end @interface XMPPSRVEnumerator: OFEnumerator { OFList *list; of_list_object_t *listIter; OFList *subListCopy; |
︙ |