Fawkes API
Fawkes Development Version
|
Dummy service publisher interface. More...
#include <>>
Public Member Functions | |
DummyServicePublisher () | |
Constructor. More... | |
virtual | ~DummyServicePublisher () |
Virtual empty destructor. More... | |
virtual void | publish_service (NetworkService *service) |
Publish service. More... | |
virtual void | unpublish_service (NetworkService *service) |
Revoke service publication. More... | |
![]() | |
virtual | ~ServicePublisher () |
Virtual empty destructor. More... | |
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.