Overview
Comment: | Fix typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b28575775dca14a05739b9030be282b6 |
User & Date: | florob@babelmonkeys.de on 2012-02-03 07:50:26 |
Other Links: | manifest | tags |
Context
2012-02-03
| ||
09:40 | Merge. check-in: 7738fa4342 user: js tags: trunk | |
08:32 | Document XMPPRoster and XMPPRosterDelegate check-in: e6353e2382 user: florob@babelmonkeys.de tags: trunk | |
07:50 | Fix typo check-in: b28575775d user: florob@babelmonkeys.de tags: trunk | |
Changes
Modified src/XMPPConnection.h from [0771aeff14] to [e9f5812726].
︙ | ︙ | |||
29 30 31 32 33 34 35 | @class XMPPMessage; @class XMPPPresence; @class XMPPAuthenticator; @class SSLSocket; @class XMPPMulticastDelegate; /** | | | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | @class XMPPMessage; @class XMPPPresence; @class XMPPAuthenticator; @class SSLSocket; @class XMPPMulticastDelegate; /** * \brief A protocol that should be (partially) implemented * by delegates of a XMPPConnection */ @protocol XMPPConnectionDelegate #ifndef XMPP_CONNECTION_M <OFObject> #endif #ifdef OF_HAVE_OPTIONAL_PROTOCOLS |
︙ | ︙ |