1 /*
2 * This file was generated by dbusxml2cpp version 0.6
3 * Command line was: dbusxml2cpp -m -p avahi_entrygroup_interface /home/qba/src/kdelibs/dnssd/org.freedesktop.Avahi.EntryGroup.xml
4 *
5 * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved.
6 *
7 * This is an auto-generated file.
8 * This file may have been hand-edited. Look for HAND-EDIT comments
9 * before re-generating it.
10 */
11
12 #include "avahi_entrygroup_interface.h"
13 /*
14 * Implementation of interface class OrgFreedesktopAvahiEntryGroupInterface
15 */
16
OrgFreedesktopAvahiEntryGroupInterface(const QString & service,const QString & path,const QDBusConnection & connection,QObject * parent)17 OrgFreedesktopAvahiEntryGroupInterface::OrgFreedesktopAvahiEntryGroupInterface(const QString &service,
18 const QString &path,
19 const QDBusConnection &connection,
20 QObject *parent)
21 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
22 {
23 }
24
~OrgFreedesktopAvahiEntryGroupInterface()25 OrgFreedesktopAvahiEntryGroupInterface::~OrgFreedesktopAvahiEntryGroupInterface()
26 {
27 }
28
29 #include "moc_avahi_entrygroup_interface.cpp"
30