diff OrthancServer/ServerContext.cpp @ 1134:ba9fd42284d0

preparing storage plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 12:53:49 +0200
parents 382e162c074c
children 0479d02c6778
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Tue Sep 09 10:45:14 2014 +0200
+++ b/OrthancServer/ServerContext.cpp	Tue Sep 09 12:53:49 2014 +0200
@@ -71,10 +71,8 @@
 
 namespace Orthanc
 {
-  ServerContext::ServerContext(IStorageArea& storage,
-                               const boost::filesystem::path& indexPath) :
+  ServerContext::ServerContext(const boost::filesystem::path& indexPath) :
     index_(*this, indexPath.string()),
-    accessor_(storage),
     compressionEnabled_(false),
     provider_(*this),
     dicomCache_(provider_, DICOM_CACHE_SIZE),