2 * This file was generated by dbusxml2cpp version 0.6
3 * Command line was: dbusxml2cpp -c CarAdaptor -a car_adaptor_p.h:car_adaptor.cpp car.xml
5 * dbusxml2cpp is Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies).
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.
12 #ifndef ALARM_DBUS_ADAPTOR_P_H
13 #define ALARM_DBUS_ADAPTOR_P_H
15 #include <QtCore/QObject>
16 #include <QtDBus/QtDBus>
20 template<class T> class QList;
21 template<class Key, class Value> class QMap;
28 * Adaptor class for interface com.trolltech.Examples.CarInterface
30 class AlarmDBusAdaptor: public QDBusAbstractAdaptor
33 Q_CLASSINFO("D-Bus Interface", "org.fosdem.schedule.AlarmInterface")
34 Q_CLASSINFO("D-Bus Introspection", ""
35 " <interface name=\"org.fosdem.schedule.AlarmInterface\" >\n"
36 " <method name=\"Alarm\">\n"
37 " <arg name=\"aEventId\" type=\"i\" direction=\"in\"/>\n"
42 AlarmDBusAdaptor(QObject *parent);
43 virtual ~AlarmDBusAdaptor();
46 public Q_SLOTS: // METHODS
47 void Alarm(int aEventId);