Overview
Comment: | Get rid of a warning. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e85080a4789acd4c20358eb6381ba344 |
User & Date: | js on 2011-12-11 23:40:36 |
Other Links: | manifest | tags |
Context
2012-01-01
| ||
02:42 | Add capability to register callbacks when sending IQs check-in: 9815ad146d user: florob@babelmonkeys.de tags: trunk | |
2011-12-11
| ||
23:40 | Get rid of a warning. check-in: e85080a478 user: js tags: trunk | |
23:39 | Eliminate dead code. check-in: b3b3413169 user: js tags: trunk | |
Changes
Modified src/XMPPConnection.h from [219552acf0] to [75217b7182].
︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + | * \brief A class which abstracts a connection to an XMPP service. */ @interface XMPPConnection: OFObject #ifdef OF_HAVE_OPTONAL_PROTOCOLS <OFXMLParserDelegate, OFXMLElementBuilderDelegate> #endif { |
︙ |