diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-20 14:57:55 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-20 14:57:55 +0000 |
| commit | 7d6a79ee270acbd74699f4003e5980a239d05ef2 (patch) | |
| tree | 812dd69d03bbd9ea5867c712aa2c266ad9310597 /src/QXmppEntityTimeManager.h | |
| parent | 60303fc488cc090d04b61f0749a4456abb481e6a (diff) | |
| download | qxmpp-7d6a79ee270acbd74699f4003e5980a239d05ef2.tar.gz | |
convert files to native encoding
Diffstat (limited to 'src/QXmppEntityTimeManager.h')
| -rw-r--r-- | src/QXmppEntityTimeManager.h | 106 |
1 files changed, 53 insertions, 53 deletions
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 |
