File indexing completed on 2024-12-01 12:40:57
0001 /* 0002 * This file was generated by qdbusxml2cpp version 0.8 0003 * Command line was: 0004 * 0005 * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. 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 "vethdeviceinterface.h" 0013 0014 /* 0015 * Implementation of interface class OrgFreedesktopNetworkManagerDeviceVethInterface 0016 */ 0017 0018 OrgFreedesktopNetworkManagerDeviceVethInterface::OrgFreedesktopNetworkManagerDeviceVethInterface(const QString &service, 0019 const QString &path, 0020 const QDBusConnection &connection, 0021 QObject *parent) 0022 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) 0023 { 0024 } 0025 0026 OrgFreedesktopNetworkManagerDeviceVethInterface::~OrgFreedesktopNetworkManagerDeviceVethInterface() 0027 { 0028 } 0029 0030 #include "moc_vethdeviceinterface.cpp"