mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +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:
@@ -27,9 +27,9 @@
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qstring.h>
|
||||
#include <qserversocket.h>
|
||||
#include <q3serversocket.h>
|
||||
#include <qsignalmapper.h>
|
||||
#include <qsocketdevice.h>
|
||||
#include <q3socketdevice.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
#include <rdsocket.h>
|
||||
@@ -89,7 +89,7 @@ class MainObject : public QObject
|
||||
bool DispatchCommand(RipcdConnection *conn);
|
||||
void EchoCommand(int,const QString &cmd);
|
||||
void BroadcastCommand(const QString &cmd,int except_ch=-1);
|
||||
void ReadRmlSocket(QSocketDevice *dev,RDMacro::Role role,bool echo);
|
||||
void ReadRmlSocket(Q3SocketDevice *dev,RDMacro::Role role,bool echo);
|
||||
QString StripPoint(QString);
|
||||
void LoadLocalMacros();
|
||||
void RunLocalMacros(RDMacro *rml);
|
||||
@@ -108,14 +108,14 @@ class MainObject : public QObject
|
||||
QSqlDatabase *ripcd_db;
|
||||
QString ripcd_host;
|
||||
bool debug;
|
||||
QServerSocket *server;
|
||||
Q3ServerSocket *server;
|
||||
std::vector<RipcdConnection *> ripcd_conns;
|
||||
QSignalMapper *ripcd_ready_mapper;
|
||||
QSignalMapper *ripcd_kill_mapper;
|
||||
QSocketDevice *ripcd_rml_send;
|
||||
QSocketDevice *ripcd_rml_echo;
|
||||
QSocketDevice *ripcd_rml_noecho;
|
||||
QSocketDevice *ripcd_rml_reply;
|
||||
Q3SocketDevice *ripcd_rml_send;
|
||||
Q3SocketDevice *ripcd_rml_echo;
|
||||
Q3SocketDevice *ripcd_rml_noecho;
|
||||
Q3SocketDevice *ripcd_rml_reply;
|
||||
QHostAddress ripcd_host_addr;
|
||||
Switcher *ripcd_switcher[MAX_MATRICES];
|
||||
bool ripcd_gpi_state[MAX_MATRICES][MAX_GPIO_PINS];
|
||||
|
||||
Reference in New Issue
Block a user