X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fvicar-daemon%2Fsrc%2Fvicardbusadaptor.h;fp=src%2Fvicar-daemon%2Fsrc%2Fvicardbusadaptor.h;h=85256f299968d965a7557f9712edcf8d46ceab35;hb=11d5c26f3a622a0fc32f9cb89e1658846201af4d;hp=0000000000000000000000000000000000000000;hpb=40b1207a3eb33b54e8ac780cabd4a68f7931f248;p=vicar diff --git a/src/vicar-daemon/src/vicardbusadaptor.h b/src/vicar-daemon/src/vicardbusadaptor.h new file mode 100755 index 0000000..85256f2 --- /dev/null +++ b/src/vicar-daemon/src/vicardbusadaptor.h @@ -0,0 +1,61 @@ +/* + * This file was generated by qdbusxml2cpp version 0.7 + * Command line was: qdbusxml2cpp -c VicarDbusAdaptor -a vicardbusadaptor.h:vicardbusadaptor.cpp org.maemo.vicar.xml + * + * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * This is an auto-generated file. + * This file may have been hand-edited. Look for HAND-EDIT comments + * before re-generating it. + */ + +#ifndef VICARDBUSADAPTOR_H_1278741980 +#define VICARDBUSADAPTOR_H_1278741980 + +#include +#include +class QByteArray; +template class QList; +template class QMap; +class QString; +class QStringList; +class QVariant; + +/* + * Adaptor class for interface org.maemo.vicar + */ +class VicarDbusAdaptor: public QDBusAbstractAdaptor +{ + Q_OBJECT + Q_CLASSINFO("D-Bus Interface", "org.maemo.vicar") + Q_CLASSINFO("D-Bus Introspection", "" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" + "") +public: + VicarDbusAdaptor(QObject *parent); + virtual ~VicarDbusAdaptor(); + +public: // PROPERTIES +public Q_SLOTS: // METHODS + QString callInternationalNumber(const QString &number); + bool isRunning(); + bool startOutgoingCallMonitor(); + bool stopOutgoingCallMonitor(); +Q_SIGNALS: // SIGNALS +}; + +#endif