Fawkes API  Fawkes Development Version
fawkes::DummyServicePublisher Class Reference

Dummy service publisher interface. More...

#include <>>

Inheritance diagram for fawkes::DummyServicePublisher:

List of all members.

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.

Detailed Description

Dummy service publisher interface.

Does nothing, used to fulfill NetworkAspect guarantees if Avahi is not available.


Constructor & Destructor Documentation

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.


Member Function Documentation

void fawkes::DummyServicePublisher::publish_service ( NetworkService service) [virtual]

Publish service.

Parameters:
serviceservice 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.

Parameters:
serviceservice to revoke

Implements fawkes::ServicePublisher.

Definition at line 51 of file dummy_service_publisher.cpp.


The documentation for this class was generated from the following files: