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

* Converted rdlogedit(1) to use RDApplication.
This commit is contained in:
Fred Gleason
2018-01-31 00:07:58 -05:00
parent f46ee15dad
commit 0adc505ffa
16 changed files with 163 additions and 268 deletions

View File

@@ -2,7 +2,7 @@
//
// Global Variable Declarations for RDLogEdit
//
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2004,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
@@ -21,28 +21,10 @@
#ifndef GLOBALS_H
#define GLOBALS_H
#include <rdstation.h>
#include <rduser.h>
#include <rdripc.h>
#include <rdconfig.h>
#include <rdsystem.h>
#include <rdlogedit_conf.h>
#ifndef WIN32
#include <rdcae.h>
#endif // WIN32
//
// Global Resources
//
extern RDStation *rdstation_conf;
extern RDUser *rduser;
extern RDRipc *rdripc;
extern RDConfig *log_config;
extern RDLogeditConf *rdlogedit_conf;
extern bool import_running;
extern RDSystem *rdsystem;
#ifndef WIN32
extern RDCae *rdcae;
#endif // WIN32
#endif // GLOBALS_H