mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#define RIPCD_CONNECTION_H
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qsocket.h>
|
||||
#include <q3socket.h>
|
||||
#include <qstring.h>
|
||||
|
||||
#include <rd.h>
|
||||
@@ -33,13 +33,13 @@ class RipcdConnection
|
||||
RipcdConnection(int id,int fd);
|
||||
~RipcdConnection();
|
||||
int id() const;
|
||||
QSocket *socket() const;
|
||||
Q3Socket *socket() const;
|
||||
bool isAuthenticated() const;
|
||||
void setAuthenticated(bool state);
|
||||
QString accum;
|
||||
int ripcd_id;
|
||||
bool ripcd_authenticated;
|
||||
QSocket *ripcd_socket;
|
||||
Q3Socket *ripcd_socket;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user