From kde-commits Tue Aug 02 13:09:54 2005 From: Jakub Stachowski Date: Tue, 02 Aug 2005 13:09:54 +0000 To: kde-commits Subject: branches/work/kdnssd/multiengine/kdelibs/dnssd Message-Id: <1122988194.583073.18307.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112299342807485 SVN commit 442360 by qbast: Removed synchronous publish() Removed more DNS-SD specific parts Any number of service trees can be created instead of just having two static instances. I'm not sure about it so it may get reverted later. Almost all PublicService tests pass - only details handling is still broken M +51 -15 dnssdtest.cpp M +4 -3 enginelist.cpp M +32 -36 publicservice.cpp M +5 -11 publicservice.h M +24 -26 scope.cpp M +14 -10 scope.h M +0 -14 servicebase.cpp M +0 -13 servicebase.h