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

* Converted rdrepld(8) to use RDApplication.
This commit is contained in:
Fred Gleason
2018-01-31 03:11:17 -05:00
parent 99814a9f00
commit 2103fa72c1
10 changed files with 56 additions and 121 deletions

View File

@@ -2,7 +2,7 @@
//
// Virtual base class for replicator methods
//
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2010,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,8 +21,7 @@
#ifndef REPLFACTORY_H
#define REPLFACTORY_H
#include <globals.h>
#include <replconfig.h>
#include "replconfig.h"
class ReplFactory
{