summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-09-26 17:32:47 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-09-26 17:32:47 (GMT)
commit6d527bd8083a16d331199c05a09ff68cb818acf4 (patch)
tree4c1ae63efeadc792a34f8c50a5d0508076e648aa /Swiften/Client/ClientSession.h
parent60823cd43ea17d8e06f3ae4a06f3c92d71fb00e5 (diff)
downloadswift-6d527bd8083a16d331199c05a09ff68cb818acf4.zip
swift-6d527bd8083a16d331199c05a09ff68cb818acf4.tar.bz2
Fixed compilation warnings & errors.
Diffstat (limited to 'Swiften/Client/ClientSession.h')
-rw-r--r--Swiften/Client/ClientSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/ClientSession.h b/Swiften/Client/ClientSession.h
index 939e96e..2205c8d 100644
--- a/Swiften/Client/ClientSession.h
+++ b/Swiften/Client/ClientSession.h
@@ -159,11 +159,11 @@ namespace Swift {
bool allowPLAINOverNonTLS;
bool useStreamCompression;
UseTLS useTLS;
+ bool useAcks;
bool needSessionStart;
bool needResourceBind;
bool needAcking;
bool rosterVersioningSupported;
- bool useAcks;
ClientAuthenticator* authenticator;
boost::shared_ptr<StanzaAckRequester> stanzaAckRequester_;
boost::shared_ptr<StanzaAckResponder> stanzaAckResponder_;