17 #ifndef _zeroconf_hpp_ 18 #define _zeroconf_hpp_ 20 #include "umserver.hpp" 22 # include <CoreFoundation/CoreFoundation.h> 23 # include <DNSServiceDiscovery/DNSServiceDiscovery.h> 25 # include <avahi-client/client.h> 35 bool registerUMSservice(
const char* hostname,
int portNo);
36 bool browseUMSservices();
37 void resolveAndAddRemoteUMS(
const char* name,
const char* type,
const char* domain);
44 dns_service_discovery_ref browse_client;
Definition: zeroconf.hpp:30
UMS server main class.
Definition: umserver.hpp:152
Definition: zeroconf.hpp:56