File indexing completed on 2024-04-28 15:22:05

0001 /*
0002  * This file was generated by dbusxml2cpp version 0.6
0003  * Command line was: dbusxml2cpp -m -p avahi_entrygroup_interface /home/qba/src/kdelibs/dnssd/org.freedesktop.Avahi.EntryGroup.xml
0004  *
0005  * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved.
0006  *
0007  * This is an auto-generated file.
0008  * This file may have been hand-edited. Look for HAND-EDIT comments
0009  * before re-generating it.
0010  */
0011 
0012 #include "avahi_entrygroup_interface.h"
0013 /*
0014  * Implementation of interface class OrgFreedesktopAvahiEntryGroupInterface
0015  */
0016 
0017 OrgFreedesktopAvahiEntryGroupInterface::OrgFreedesktopAvahiEntryGroupInterface(const QString &service,
0018                                                                                const QString &path,
0019                                                                                const QDBusConnection &connection,
0020                                                                                QObject *parent)
0021     : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
0022 {
0023 }
0024 
0025 OrgFreedesktopAvahiEntryGroupInterface::~OrgFreedesktopAvahiEntryGroupInterface()
0026 {
0027 }
0028 
0029 #include "moc_avahi_entrygroup_interface.cpp"