/***************************************************************************
group.h - description
-------------------
begin : Sun Jun 13 1999
copyright : (C) 1999 by Roberto Alsina
email : ralsina@unl.edu.ar
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef GROUP_H
#define GROUP_H
#include <qstring.h>
#include <qlist.h>
#include <nps.h>
#include "article.h"
class KMTNntpClient;
/**
*@author Roberto Alsina
*/
class Group
{
public:
Group(const char *server, const char *name);
void update();
~Group();
void list(ArticleList &list);
QString server;
QString name;
bool fetch (const char *ID,bool quick=true);
};
#endif
Documentation generated by ralsina@thurman.localnet on Tue Jun 22 16:27:40 /etc/localtime 1999