mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-30 09:13:51 +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:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <qdatetime.h>
|
||||
#include <qstring.h>
|
||||
#include <qsocketdevice.h>
|
||||
#include <q3socketdevice.h>
|
||||
#include <qsocketnotifier.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
@@ -39,7 +39,7 @@ class RDRLMHost : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RDRLMHost(const QString &path,const QString &arg,QSocketDevice *udp_socket,
|
||||
RDRLMHost(const QString &path,const QString &arg,Q3SocketDevice *udp_socket,
|
||||
QObject *parent=0);
|
||||
~RDRLMHost();
|
||||
QString pluginPath() const;
|
||||
@@ -59,7 +59,7 @@ class RDRLMHost : public QObject
|
||||
private:
|
||||
QString plugin_path;
|
||||
QString plugin_arg;
|
||||
QSocketDevice *plugin_udp_socket;
|
||||
Q3SocketDevice *plugin_udp_socket;
|
||||
void *plugin_handle;
|
||||
void (*plugin_start_sym)(void *,const char *);
|
||||
void (*plugin_free_sym)(void *);
|
||||
|
||||
Reference in New Issue
Block a user