From 1fdc47083420f80704bb3b23c9aebc80ec931ce7 Mon Sep 17 00:00:00 2001 From: Michael Davis <michael.davis@cern.ch> Date: Fri, 11 May 2018 15:53:47 +0200 Subject: [PATCH] [lpa-stream] Restores OStoreDB.hpp to original version All new code is now in QueueItor.hpp --- scheduler/OStoreDB/OStoreDB.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scheduler/OStoreDB/OStoreDB.hpp b/scheduler/OStoreDB/OStoreDB.hpp index 784350a03c..14b71be42b 100644 --- a/scheduler/OStoreDB/OStoreDB.hpp +++ b/scheduler/OStoreDB/OStoreDB.hpp @@ -26,7 +26,6 @@ #include "objectstore/ArchiveRequest.hpp" #include "objectstore/DriveRegister.hpp" #include "objectstore/RetrieveRequest.hpp" -#include "objectstore/RootEntry.hpp" #include "objectstore/SchedulerGlobalLock.hpp" #include "catalogue/Catalogue.hpp" #include "common/log/Logger.hpp" @@ -43,7 +42,7 @@ namespace ostoredb { template <class, class> class MemQueue; } - + class OStoreDB: public SchedulerDatabase { template <class, class> friend class cta::ostoredb::MemQueue; -- GitLab