diff options
| author | Remko Tronçon <git@el-tramo.be> | 2012-06-17 08:01:40 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2012-06-17 08:01:40 (GMT) |
| commit | 334d96a441635113c761534007912a4963cb0e13 (patch) | |
| tree | 37382d71d19bb399f8a481d130ef42891ee357cd /Swiften/Network/BOSHConnectionPool.h | |
| parent | f171bc207c2a7371ac6924ff467049dd0258aa00 (diff) | |
| download | swift-contrib-334d96a441635113c761534007912a4963cb0e13.zip swift-contrib-334d96a441635113c761534007912a4963cb0e13.tar.bz2 | |
Remove some unused private variables.
Diffstat (limited to 'Swiften/Network/BOSHConnectionPool.h')
| -rw-r--r-- | Swiften/Network/BOSHConnectionPool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/Network/BOSHConnectionPool.h b/Swiften/Network/BOSHConnectionPool.h index 8bc0a7c..00c1e65 100644 --- a/Swiften/Network/BOSHConnectionPool.h +++ b/Swiften/Network/BOSHConnectionPool.h @@ -47,19 +47,18 @@ namespace Swift { BOSHConnection::ref createConnection(); void destroyConnection(BOSHConnection::ref connection); void tryToSendQueuedData(); BOSHConnection::ref getSuitableConnection(); private: URL boshURL; ConnectionFactory* connectionFactory; XMLParserFactory* xmlParserFactory; - TLSContextFactory* tlsFactory; TimerFactory* timerFactory; std::vector<BOSHConnection::ref> connections; std::string sid; unsigned long long rid; std::vector<SafeByteArray> dataQueue; bool pendingTerminate; std::string to; size_t requestLimit; int restartCount; |
Swift