Dummy service publisher interface. More...
#include <netcomm/service_discovery/dummy_service_publisher.h>

Public Member Functions | |
| DummyServicePublisher () | |
| Constructor. | |
| virtual | ~DummyServicePublisher () |
| Virtual empty destructor. | |
| virtual void | publish_service (NetworkService *service) |
| Publish service. | |
| virtual void | unpublish_service (NetworkService *service) |
| Revoke service publication. | |
Dummy service publisher interface.
Does nothing, used to fulfill NetworkAspect guarantees if Avahi is not available.
Definition at line 31 of file dummy_service_publisher.h.
| fawkes::DummyServicePublisher::DummyServicePublisher | ( | ) |
Constructor.
Definition at line 34 of file dummy_service_publisher.cpp.
| fawkes::DummyServicePublisher::~DummyServicePublisher | ( | ) | [virtual] |
Virtual empty destructor.
Definition at line 39 of file dummy_service_publisher.cpp.
| void fawkes::DummyServicePublisher::publish_service | ( | NetworkService * | service | ) | [virtual] |
Publish service.
| service | service to publish |
Implements fawkes::ServicePublisher.
Definition at line 45 of file dummy_service_publisher.cpp.
| void fawkes::DummyServicePublisher::unpublish_service | ( | NetworkService * | service | ) | [virtual] |
Revoke service publication.
| service | service to revoke |
Implements fawkes::ServicePublisher.
Definition at line 51 of file dummy_service_publisher.cpp.
1.6.1