X-Git-Url: http://git.maemo.org/git/?p=vicar;a=blobdiff_plain;f=src%2Fvicar-telepathy%2Fsrc%2Fconnectionmanagertypes.h;fp=src%2Fvicar-telepathy%2Fsrc%2Fconnectionmanagertypes.h;h=0000000000000000000000000000000000000000;hp=88764bc3a981fb788e966bc04fbc2c659786f8e9;hb=38440679f13b8dc528a9aff93cbf4935011fdb22;hpb=89f0017e6a73945ea83247472a6fa07d6ee536b5 diff --git a/src/vicar-telepathy/src/connectionmanagertypes.h b/src/vicar-telepathy/src/connectionmanagertypes.h deleted file mode 100644 index 88764bc..0000000 --- a/src/vicar-telepathy/src/connectionmanagertypes.h +++ /dev/null @@ -1,64 +0,0 @@ -/* -@version: 0.6 -@author: Sudheer K. -@license: GNU General Public License - -Based on QtTelepathy with copyright notice below. -*/ - -/* - * QtTelepathy, the Tapioca Qt4 Telepathy Client Library - * Copyright (C) 2006 by Tobias Hunger - * Copyright (C) 2006 by INdT - * @author Andre Moreira Magalhaes - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef QTTELEPATHY_CONNECTIONMANAGERTYPES_H -#define QTTELEPATHY_CONNECTIONMANAGERTYPES_H - -#include -#include -#include -#include -#include - -namespace org { -namespace freedesktop { -namespace Telepathy { - -class ParameterDefinition -{ -public: - QString name; - uint flags; - QString signature; - QDBusVariant defaultValue; -}; -typedef QList ParameterDefinitionList; - -} // namespace Telepathy -} // namespace freedesktop -} // namespace org - -Q_DECLARE_METATYPE(org::freedesktop::Telepathy::ParameterDefinition) -Q_DECLARE_METATYPE(org::freedesktop::Telepathy::ParameterDefinitionList) - -const QDBusArgument &operator>>(const QDBusArgument &argument, org::freedesktop::Telepathy::ParameterDefinition ¶m); -QDBusArgument &operator<<(QDBusArgument &argument, const org::freedesktop::Telepathy::ParameterDefinition ¶m); - -#endif -