diff OrthancServer/ServerContext.h @ 1247:32fcc5dc7562

abstraction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Dec 2014 13:54:27 +0100
parents f1c01451a8ee
children 5730f374e4e6
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Mon Dec 08 12:56:30 2014 +0100
+++ b/OrthancServer/ServerContext.h	Mon Dec 08 13:54:27 2014 +0100
@@ -137,7 +137,7 @@
     };
 
 
-    ServerContext(const boost::filesystem::path& indexPath);
+    ServerContext(IDatabaseWrapper& database);
 
     void SetStorageArea(IStorageArea& storage)
     {