summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-04-16 18:07:13 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-04-18 19:11:46 (GMT)
commit7a3925cb996b7d8b0b683557255880747851e9ae (patch)
tree9eb65fb931168a29c78a19bb4cb8006b1f733043 /Swiften/Network/HTTPConnectProxiedConnectionFactory.h
parent7d2db3b25effc93aa111664d0745a5365f4b7f05 (diff)
downloadswift-7a3925cb996b7d8b0b683557255880747851e9ae.zip
swift-7a3925cb996b7d8b0b683557255880747851e9ae.tar.bz2
Code style fixes.
Diffstat (limited to 'Swiften/Network/HTTPConnectProxiedConnectionFactory.h')
-rw-r--r--Swiften/Network/HTTPConnectProxiedConnectionFactory.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Network/HTTPConnectProxiedConnectionFactory.h b/Swiften/Network/HTTPConnectProxiedConnectionFactory.h
index 7aeb337..2b0c8d5 100644
--- a/Swiften/Network/HTTPConnectProxiedConnectionFactory.h
+++ b/Swiften/Network/HTTPConnectProxiedConnectionFactory.h
@@ -7,15 +7,12 @@
#pragma once
#include "Swiften/Network/ConnectionFactory.h"
-#include "Swiften/Network/HTTPConnectProxiedConnection.h"
#include "Swiften/Network/HostAddressPort.h"
namespace Swift {
- class HTTPConnectProxiedConnection;
-
class HTTPConnectProxiedConnectionFactory : public ConnectionFactory {
public:
- HTTPConnectProxiedConnectionFactory(ConnectionFactory* connectionFactory, HostAddressPort proxy);
+ HTTPConnectProxiedConnectionFactory(ConnectionFactory* connectionFactory, const HostAddressPort& proxy);
virtual boost::shared_ptr<Connection> createConnection();