7 #include "ZeroconfService.hxx"
10 class WINNetworkService
: public ZeroconfService
16 WINNetworkService(const std::string
& aname
= "", unsigned int aport
= 1599)
17 : ZeroconfService(aname
, aport
), client(nullptr) {}
19 void clear() override
;
20 void setup() override
;