diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-18 16:26:26 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-18 16:29:31 (GMT) |
commit | 7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9 (patch) | |
tree | c136ba17b4fa37e5954e9229cbdcfbeafce0347f /Swiften/Network/ConnectionServerFactory.h | |
parent | 7147be63a03f1e133f83bc057be98cf9f2631733 (diff) | |
download | swift-contrib-7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9.zip swift-contrib-7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9.tar.bz2 |
Small tweaks to the previous patch.
Diffstat (limited to 'Swiften/Network/ConnectionServerFactory.h')
-rw-r--r-- | Swiften/Network/ConnectionServerFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Network/ConnectionServerFactory.h b/Swiften/Network/ConnectionServerFactory.h index c516007..df5f912 100644 --- a/Swiften/Network/ConnectionServerFactory.h +++ b/Swiften/Network/ConnectionServerFactory.h @@ -18,6 +18,6 @@ namespace Swift { virtual boost::shared_ptr<ConnectionServer> createConnectionServer(int port) = 0; - virtual boost::shared_ptr<ConnectionServer> createConnectionServer(const Swift::HostAddress &hostAddress, int port) = 0; + virtual boost::shared_ptr<ConnectionServer> createConnectionServer(const Swift::HostAddress& hostAddress, int port) = 0; }; } |