add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / nm-device-serialinterface.h
blobf8bceb10decd43e1a4d6ccabeeb803337b147db7
1 /*
2 * This file was generated by dbusxml2cpp version 0.6
3 * Command line was: dbusxml2cpp -N -m -p nm-device-serialinterface /space/kde/sources/trunk/KDE/kdebase/workspace/solid/networkmanager-0.7/dbus/introspection/nm-device-serial.xml
5 * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved.
7 * This is an auto-generated file.
8 * Do not edit! All changes made to it will be lost.
9 */
11 #ifndef NM_DEVICE_SERIALINTERFACE_H_1223976439
12 #define NM_DEVICE_SERIALINTERFACE_H_1223976439
14 #include <QtCore/QObject>
15 #include <QtCore/QByteArray>
16 #include <QtCore/QList>
17 #include <QtCore/QMap>
18 #include <QtCore/QString>
19 #include <QtCore/QStringList>
20 #include <QtCore/QVariant>
21 #include <QtDBus/QtDBus>
24 * Proxy class for interface org.freedesktop.NetworkManager.Device.Serial
26 class OrgFreedesktopNetworkManagerDeviceSerialInterface: public QDBusAbstractInterface
28 Q_OBJECT
29 public:
30 static inline const char *staticInterfaceName()
31 { return "org.freedesktop.NetworkManager.Device.Serial"; }
33 public:
34 OrgFreedesktopNetworkManagerDeviceSerialInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
36 ~OrgFreedesktopNetworkManagerDeviceSerialInterface();
38 public Q_SLOTS: // METHODS
39 Q_SIGNALS: // SIGNALS
40 void PppStats(uint in_bytes, uint out_bytes);
43 #endif