diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-27 18:32:51 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-27 18:32:51 (GMT) |
commit | 644bcda4cb795944cc5d5df53b3c0392450239df (patch) | |
tree | d751823018e66ddeede40f0d4928d9a5963db064 /Slimber/Server.h | |
parent | 4e2cb67ac26ca338a4bd7676683186f543903c5a (diff) | |
download | swift-644bcda4cb795944cc5d5df53b3c0392450239df.zip swift-644bcda4cb795944cc5d5df53b3c0392450239df.tar.bz2 |
Improve LinkLocalServiceInfo unit test.
Diffstat (limited to 'Slimber/Server.h')
-rw-r--r-- | Slimber/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Server.h b/Slimber/Server.h index b40f576..9167106 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 LinkLocalServiceID& service); + void handleServiceRegistered(const DNSSDServiceID& service); void handleSessionStarted(); void handleSessionFinished(boost::shared_ptr<ServerFromClientSession>); void handleLinkLocalSessionFinished(boost::shared_ptr<Session> session); |