2013-01-16 14:56:31 +01:00
|
|
|
#ifndef AVAHI_H
|
|
|
|
#define AVAHI_H
|
|
|
|
|
|
|
|
#include "zeroconf.h"
|
|
|
|
|
|
|
|
class Avahi : public Zeroconf {
|
2013-02-22 15:29:00 +01:00
|
|
|
protected:
|
2014-02-07 16:34:20 +01:00
|
|
|
virtual void PublishInternal(const QString& domain, const QString& type,
|
|
|
|
const QByteArray& name, quint16 port);
|
2013-01-16 14:56:31 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // AVAHI_H
|