File indexing completed on 2024-04-28 03:59:48

0001 /*
0002  * This file was generated by qdbusxml2cpp version 0.7
0003  * Command line was: qdbusxml2cpp -N -m -i generictypes.h -p modemmanager1interface \
0004  * /home/jgrulich/development/projects/libmm-qt/dbus/introspection/org.freedesktop.ModemManager1.xml
0005  *
0006  * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
0007  *
0008  * This is an auto-generated file.
0009  * This file may have been hand-edited. Look for HAND-EDIT comments
0010  * before re-generating it.
0011  */
0012 
0013 #include "modemmanager1interface.h"
0014 
0015 /*
0016  * Implementation of interface class OrgFreedesktopModemManager1Interface
0017  */
0018 
0019 OrgFreedesktopModemManager1Interface::OrgFreedesktopModemManager1Interface(const QString &service,
0020                                                                            const QString &path,
0021                                                                            const QDBusConnection &connection,
0022                                                                            QObject *parent)
0023     : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
0024 {
0025 }
0026 
0027 OrgFreedesktopModemManager1Interface::~OrgFreedesktopModemManager1Interface()
0028 {
0029 }
0030 
0031 #include "moc_modemmanager1interface.cpp"