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