summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-08-15 14:22:38 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-08-15 14:26:58 (GMT)
commit1c1056b42d092f943735a1fe033f295ac5b27a77 (patch)
tree18895760ed5090f1eda2d5d58c5cfab6421db481 /Swiften/Client/CoreClient.h
parent1e5b6e73e6b5d2a4973174cda334fbc9ce47db91 (diff)
downloadswift-1c1056b42d092f943735a1fe033f295ac5b27a77.zip
swift-1c1056b42d092f943735a1fe033f295ac5b27a77.tar.bz2
Make (Core)Component constructor consistent with (Core)Client.
Change-Id: I268e15b6fbf54d9b188a699d26d2bb1042174f5f
Diffstat (limited to 'Swiften/Client/CoreClient.h')
-rw-r--r--Swiften/Client/CoreClient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/Client/CoreClient.h b/Swiften/Client/CoreClient.h
index 16f7cb1..eadfd9d 100644
--- a/Swiften/Client/CoreClient.h
+++ b/Swiften/Client/CoreClient.h
@@ -50,7 +50,6 @@ namespace Swift {
public:
/**
* Constructs a client for the given JID with the given password.
- * The given eventLoop will be used to post events to.
*/
CoreClient(const JID& jid, const SafeByteArray& password, NetworkFactories* networkFactories);
~CoreClient();