diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-14 08:14:03 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-16 22:13:24 (GMT) |
commit | 2c668110e024877eb3abd25fe43da6c59b814254 (patch) | |
tree | cc54f8652e22a12f957d7cb35555ab3c24fe5f25 /Swiften/SConscript | |
parent | b8518a5d27505f3fce79971b2460cf24ef4fb76a (diff) | |
download | swift-2c668110e024877eb3abd25fe43da6c59b814254.zip swift-2c668110e024877eb3abd25fe43da6c59b814254.tar.bz2 |
Added MainBoostIOServiceThread.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 229310d..a9cc1c1 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -62,6 +62,7 @@ sources = [ "Network/BoostConnection.cpp", "Network/BoostConnectionFactory.cpp", "Network/BoostConnectionServer.cpp", + "Network/MainBoostIOServiceThread.cpp", "Network/BoostIOServiceThread.cpp", "Network/ConnectionFactory.cpp", "Network/ConnectionServer.cpp", |