2018-01-31 Fred Gleason <fredg@paravelsystems.com>

* Converted rdcastmanager(1) to use RDApplication.
This commit is contained in:
Fred Gleason
2018-01-30 22:36:54 -05:00
parent fea158708a
commit e179bea9d7
13 changed files with 110 additions and 135 deletions

View File

@@ -2,7 +2,7 @@
//
// Global Variable Declarations for RDCastManager
//
// (C) Copyright 2007,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2007,2016-2018 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -22,11 +22,6 @@
#define GLOBALS_H
#include <qstring.h>
#include <rduser.h>
#include <rdripc.h>
#include <rdstation.h>
#include <rdconfig.h>
#include <rdsystem.h>
//
// Global Resources
@@ -34,11 +29,6 @@
extern QString cast_filter;
extern QString cast_group;
extern QString cast_schedcode;
extern RDUser *cast_user;
extern RDRipc *cast_ripc;
extern RDConfig *config;
extern RDStation *rdstation_conf;
extern RDSystem *cast_system;
#endif // GLOBALS_H