Release version 0.6-2
[vicar] / src / vicar-lib / src / accountcompatproxy.h
1 /*
2  * This file was generated by qdbusxml2cpp version 0.7
3  * Command line was: qdbusxml2cpp -c AccountCompatProxy -p accountcompatproxy.h:accountcompatproxy.cpp org.freedesktop.Telepathy.Account.xml com.nokia.Account.Interface.Compat
4  *
5  * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
6  *
7  * This is an auto-generated file.
8  * Do not edit! All changes made to it will be lost.
9  */
10
11 #ifndef ACCOUNTCOMPATPROXY_H_1281150160
12 #define ACCOUNTCOMPATPROXY_H_1281150160
13
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>
22
23 /*
24  * Proxy class for interface com.nokia.Account.Interface.Compat
25  */
26 class AccountCompatProxy: public QDBusAbstractInterface
27 {
28     Q_OBJECT
29 public:
30     static inline const char *staticInterfaceName()
31     { return "com.nokia.Account.Interface.Compat"; }
32
33 public:
34     AccountCompatProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
35
36     ~AccountCompatProxy();
37
38 public Q_SLOTS: // METHODS
39     inline QDBusPendingReply<> SetHasBeenOnline()
40     {
41         QList<QVariant> argumentList;
42         return asyncCallWithArgumentList(QLatin1String("SetHasBeenOnline"), argumentList);
43     }
44
45 Q_SIGNALS: // SIGNALS
46     void CompatPropertyChanged(const QVariantMap &in0);
47 };
48
49 namespace com {
50   namespace nokia {
51     namespace Account {
52       namespace Interface {
53         typedef ::AccountCompatProxy Compat;
54       }
55     }
56   }
57 }
58 #endif