|
Fawkes API
Fawkes Development Version
|
Dummy service publisher interface. More...
#include <>>

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. | |
Public Member Functions inherited from fawkes::ServicePublisher | |
| virtual | ~ServicePublisher () |
| Virtual empty destructor. | |
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.
|
virtual |
Virtual empty destructor.
Definition at line 39 of file dummy_service_publisher.cpp.
|
virtual |
Publish service.
| service | service to publish |
Implements fawkes::ServicePublisher.
Definition at line 45 of file dummy_service_publisher.cpp.
|
virtual |
Revoke service publication.
| service | service to revoke |
Implements fawkes::ServicePublisher.
Definition at line 51 of file dummy_service_publisher.cpp.