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