summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-23 19:04:08 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-23 20:55:44 (GMT)
commit714e831bb9ea2b14cba3c2696c12e2e13b1bb9d7 (patch)
treee752e00c5ff683ba3550fc663c19f9241c3792f6 /Slimber/Server.h
parent3a0309d2d897bf4f399610e52ad439c002e16f9c (diff)
downloadswift-714e831bb9ea2b14cba3c2696c12e2e13b1bb9d7.zip
swift-714e831bb9ea2b14cba3c2696c12e2e13b1bb9d7.tar.bz2
Add beginning of new DNS-SD query framework.
Diffstat (limited to 'Slimber/Server.h')
-rw-r--r--Slimber/Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Server.h b/Slimber/Server.h
index ac80509..b40f576 100644
--- a/Slimber/Server.h
+++ b/Slimber/Server.h
@@ -33,7 +33,7 @@ namespace Swift {
private:
void handleNewClientConnection(boost::shared_ptr<Connection> c);
void handleNewLinkLocalConnection(boost::shared_ptr<Connection> connection);
- void handleServiceRegistered(const DNSSDService::Service& service);
+ void handleServiceRegistered(const LinkLocalServiceID& service);
void handleSessionStarted();
void handleSessionFinished(boost::shared_ptr<ServerFromClientSession>);
void handleLinkLocalSessionFinished(boost::shared_ptr<Session> session);