diff Framework/Common/DatabaseManager.h @ 221:73cc85f3d9c1

implementation of the "serverIdentifier" information for global properties
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Mar 2021 10:40:34 +0200
parents d9ef3f16e6a2
children a4918d57435c
line wrap: on
line diff
--- a/Framework/Common/DatabaseManager.h	Mon Mar 29 16:39:20 2021 +0200
+++ b/Framework/Common/DatabaseManager.h	Tue Mar 30 10:40:34 2021 +0200
@@ -30,6 +30,7 @@
 #include <boost/thread/recursive_mutex.hpp>
 #include <memory>
 
+
 namespace OrthancDatabases
 {
   class DatabaseManager : public boost::noncopyable