24#ifndef _NETCOMM_SERVICE_DISCOVERY_SERVICE_BROWSER_H_
25#define _NETCOMM_SERVICE_DISCOVERY_SERVICE_BROWSER_H_
27#include <netcomm/service_discovery/browse_handler.h>
28#include <netcomm/service_discovery/service.h>
Interface for class that process browse results.
virtual void watch_service(const char *service_type, ServiceBrowseHandler *h)=0
Add browse handler for specific service.
virtual ~ServiceBrowser()
Virtual empty destructor.
virtual void unwatch_service(const char *service_type, ServiceBrowseHandler *h)=0
Remove browse handler for specific service.
Fawkes library namespace.