Clementine-audio-player-Mac.../src/networkremote/avahi.h

16 lines
262 B
C
Raw Normal View History

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