tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sd / source / ui / remotecontrol / WINNetworkService.hxx
blob3d096dc0fb5cc815eccc0894b5cf4f5da02107b1
1 #pragma once
3 #include <string>
4 #undef WB_LEFT
5 #undef WB_RIGHT
6 #include <dns_sd.h>
7 #include "ZeroconfService.hxx"
9 namespace sd{
10 class WINNetworkService : public ZeroconfService
12 private:
13 DNSServiceRef client;
15 public:
16 WINNetworkService(const std::string& aname = "", unsigned int aport = 1599)
17 : ZeroconfService(aname, aport), client(nullptr) {}
19 void clear() override;
20 void setup() override;