X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fvicar-telepathy%2Fsrc%2Fconnectionadaptor.h;fp=src%2Fvicar-telepathy%2Fsrc%2Fconnectionadaptor.h;h=0000000000000000000000000000000000000000;hb=74800375ecf7f41e290cf7cc7fa9ee8b230be68e;hp=5b9a01238bc0111c4b98574a54a9176cfb905990;hpb=89f0017e6a73945ea83247472a6fa07d6ee536b5;p=vicar diff --git a/src/vicar-telepathy/src/connectionadaptor.h b/src/vicar-telepathy/src/connectionadaptor.h deleted file mode 100644 index 5b9a012..0000000 --- a/src/vicar-telepathy/src/connectionadaptor.h +++ /dev/null @@ -1,121 +0,0 @@ -/* - * This file was generated by dbusxml2cpp version 0.6 - * Command line was: dbusxml2cpp -i QtTelepathy/Common/BaseTypes -i QtTelepathy/Common/ConnectionTypes -a include/QtTelepathy/Core/connectionadaptor.h: xml/tp-conn.xml - * - * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved. - * - * This is an auto-generated file. - * This file may have been hand-edited. Look for HAND-EDIT comments - * before re-generating it. - */ - -#ifndef CONNECTIONADAPTOR_H_1172489892 -#define CONNECTIONADAPTOR_H_1172489892 - -#include -#include -#include "connectiontypes.h" -class QByteArray; -template class QList; -template class QMap; -class QString; -class QStringList; -class QVariant; - -/* - * Adaptor class for interface org.freedesktop.Telepathy.Connection - */ -class ConnectionAdaptor: public QDBusAbstractAdaptor -{ - Q_OBJECT - Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Telepathy.Connection") - Q_CLASSINFO("D-Bus Introspection", "" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \" name=\"com.trolltech.QtDBus.QtTypeName.In1\" />\n" -" \n" -" \n" -" \n" -" \n" -" \" name=\"com.trolltech.QtDBus.QtTypeName.In1\" />\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \" name=\"com.trolltech.QtDBus.QtTypeName.In1\" />\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \" name=\"com.trolltech.QtDBus.QtTypeName.Out0\" />\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" - "") -public: - ConnectionAdaptor(QObject *parent); - virtual ~ConnectionAdaptor(); - -public: // PROPERTIES - Q_PROPERTY(QStringList Interfaces READ Interfaces) - QStringList Interfaces() const; - -public Q_SLOTS: // METHODS - void Connect(); - void Disconnect(); - QStringList GetInterfaces(); - QString GetProtocol(); - uint GetSelfHandle(); - uint GetStatus(); - void HoldHandles(uint handle_type, const QList &handles); - QStringList InspectHandles(uint handle_type, const QList &handles); - org::freedesktop::Telepathy::ChannelInfoList ListChannels(); - void ReleaseHandles(uint handle_type, const QList &handles); - QDBusObjectPath RequestChannel(const QString &type, uint handle_type, uint handle, bool suppress_handler); - QList RequestHandles(uint handle_type, const QStringList &names); -Q_SIGNALS: // SIGNALS - void NewChannel(const QDBusObjectPath &object_path, const QString &channel_type, uint handle_type, uint handle, bool suppress_handler); - void StatusChanged(uint status, uint reason); -}; - -#endif