/***************************************************************************
connmgr.h - description
-------------------
begin : Wed Jun 9 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 CONNMGR_H
#define CONNMGR_H
#include <qlist.h>
#include <qstring.h>
#include <nps.h>
#include "nntp.h"
/**
*@author Roberto Alsina
*/
class QListViewItem;
class ConnMgrWidget;
class ConnStatus;
class ConnMgr
{
public:
ConnMgr();
~ConnMgr();
KMTNntpClient *getConn(const char *server,const char *group=0);
void killConn(KMTNntpClient *conn);
void releaseConn(KMTNntpClient *conn);
QList <KMTNntpClient> clients;
ConnMgrWidget *widget;
};
#endif
Documentation generated by ralsina@thurman.localnet on Tue Jun 22 16:27:40 /etc/localtime 1999