diff OrthancServer/Sources/ServerIndex.cpp @ 4586:1d96fe7e054e db-changes

taking StatelessDatabaseOperations out of ServerIndex
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Mar 2021 18:24:59 +0100
parents f0bdd99f3d81
children 888868a5dc4e
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.cpp	Tue Mar 09 16:40:38 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.cpp	Tue Mar 09 18:24:59 2021 +0100
@@ -344,7 +344,7 @@
   };    
   
   
-  class ServerIndex::Transaction
+  class ServerIndex::Transaction : public boost::noncopyable
   {
   private:
     ServerIndex& index_;