KDNSSD

avahi_listener.cpp
1/*
2 This file is part of the KDE project
3
4 SPDX-FileCopyrightText: 2018 Harald Sitter <sitter@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#include "avahi_listener_p.h"
10
11namespace KDNSSD
12{
13AvahiListener::AvahiListener()
14{
15}
16
17AvahiListener::~AvahiListener()
18{
19}
20
21} // namespace KDNSSD
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:48 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.