• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdenetwork
  • Sitemap
  • Contact Us
 

kopete/protocols/messenger/libpapillon

challengetask.h

Go to the documentation of this file.
00001 /*
00002    challengetask.h - Answer to challenge string given by Notification Server.
00003 
00004    Copyright (c) 2006 by Michaël Larouche <larouche@kde.org>
00005 
00006    Portions used from Kopete with Gregg's approval on LGPL license:
00007    Copyright (c) 2005 by Gregg Edghill       <gregg.edghill@gmail.com>
00008 
00009    *************************************************************************
00010    *                                                                       *
00011    * This library is free software; you can redistribute it and/or         *
00012    * modify it under the terms of the GNU Lesser General Public            *
00013    * License as published by the Free Software Foundation; either          *
00014    * version 2 of the License, or (at your option) any later version.      *
00015    *                                                                       *
00016    *************************************************************************
00017 */
00018 #ifndef PAPILLONCHALLENGETASK_H
00019 #define PAPILLONCHALLENGETASK_H
00020 
00021 #include <Papillon/Macros>
00022 #include <Papillon/Task>
00023 
00024 namespace Papillon
00025 {
00030 class PAPILLON_EXPORT ChallengeTask : public Papillon::Task
00031 {
00032     Q_OBJECT
00033 public:
00034     explicit ChallengeTask(Papillon::Task *parent);
00035     ~ChallengeTask();
00036 
00037     virtual bool take(Papillon::NetworkMessage *networkMessage);
00038 
00039 private:
00044     // Defined here to be unittested.
00045     QString createChallengeHash(const QString &challengeString);
00046 
00047 private:
00048     class Private;
00049     Private *d;
00050 };
00051 
00052 }
00053 #endif

kopete/protocols/messenger/libpapillon

Skip menu "kopete/protocols/messenger/libpapillon"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdenetwork

Skip menu "kdenetwork"
  • kget
  • kopete
  •   kopete
  •   libkopete
  •       libpapillon
  • krfb
Generated for kdenetwork by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal