From 7d6a79ee270acbd74699f4003e5980a239d05ef2 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 20 Sep 2010 14:57:55 +0000 Subject: convert files to native encoding --- src/QXmppEntityTimeManager.h | 106 +++++++++++++++++++++---------------------- 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'src/QXmppEntityTimeManager.h') diff --git a/src/QXmppEntityTimeManager.h b/src/QXmppEntityTimeManager.h index b5a24026..09a59ca6 100644 --- a/src/QXmppEntityTimeManager.h +++ b/src/QXmppEntityTimeManager.h @@ -1,53 +1,53 @@ -/* - * Copyright (C) 2008-2010 The QXmpp developers - * - * Author: - * Manjeet Dahiya - * - * Source: - * http://code.google.com/p/qxmpp - * - * This file is a part of QXmpp library. - * - * 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. - * - */ - - -#ifndef QXMPPENTITYTIMEMANAGER_H -#define QXMPPENTITYTIMEMANAGER_H - -#include "QXmppClientExtension.h" - -class QXmppEntityTimeIq; - -/// \brief The QXmppEntityTimeManager class provided the functionality to get -/// the local time of an entity as defined by XEP-0202: Entity Time. -/// -/// \ingroup Managers - -class QXmppEntityTimeManager : public QXmppClientExtension -{ - Q_OBJECT - -public: - QString requestTime(const QString& jid); - - /// \cond - QStringList discoveryFeatures() const; - bool handleStanza(QXmppStream *stream, const QDomElement &element); - /// \endcond - -signals: - void timeReceived(const QXmppEntityTimeIq&); -}; - -#endif // QXMPPENTITYTIMEMANAGER_H +/* + * Copyright (C) 2008-2010 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * 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. + * + */ + + +#ifndef QXMPPENTITYTIMEMANAGER_H +#define QXMPPENTITYTIMEMANAGER_H + +#include "QXmppClientExtension.h" + +class QXmppEntityTimeIq; + +/// \brief The QXmppEntityTimeManager class provided the functionality to get +/// the local time of an entity as defined by XEP-0202: Entity Time. +/// +/// \ingroup Managers + +class QXmppEntityTimeManager : public QXmppClientExtension +{ + Q_OBJECT + +public: + QString requestTime(const QString& jid); + + /// \cond + QStringList discoveryFeatures() const; + bool handleStanza(QXmppStream *stream, const QDomElement &element); + /// \endcond + +signals: + void timeReceived(const QXmppEntityTimeIq&); +}; + +#endif // QXMPPENTITYTIMEMANAGER_H -- cgit v1.2.3