From efd6954664b341ffa1dc34c2a9ef43361e4e26a0 Mon Sep 17 00:00:00 2001 From: Jan Reher <jreher@ep1.rub.de> Date: Thu, 14 Nov 2019 17:31:44 +0100 Subject: [PATCH] Changed apdLocationSetter to use BulkDbAccess. --- apdlocationsetter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apdlocationsetter.cpp b/apdlocationsetter.cpp index 724339a..8c29d36 100644 --- a/apdlocationsetter.cpp +++ b/apdlocationsetter.cpp @@ -7,7 +7,7 @@ #include <productiondatabaseclient.h> #include <boost/program_options.hpp> #include "toolbox.cpp" -#include "ProdDbAccess.h" +#include "BulkDbAccess.h" #include "QtGui/QApplication" @@ -84,7 +84,7 @@ int main(int argc, char* argv[]) { QApplication *_app = new QApplication(argc, argv); processArgumentsAndQueryMissing(argc, argv); - ProdDbAccess *_proddb = new ProdDbAccess(); + AbsDbAccess *_proddb = new BulkDbAccess(); vector<string> apdSerials; vector<string> allApdSerials; -- GitLab