Skip to content
Snippets Groups Projects
Commit efd69546 authored by Jan Reher's avatar Jan Reher
Browse files

Changed apdLocationSetter to use BulkDbAccess.

parent 234aac3f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment