mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-01-31 Fred Gleason <fredg@paravelsystems.com>
* Converted rdcastmanager(1) to use RDApplication.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user