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:
Fred Gleason
2018-08-07 10:09:49 -04:00
parent 6b1a06a910
commit 796e1bebc3
774 changed files with 10347 additions and 10823 deletions

View File

@@ -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 *);