diff OrthancServer/ServerContext.h @ 376:2cef9c2d4148

separate path for SQLite index, manual loading of external dictionaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Apr 2013 11:13:51 +0200
parents 4eea080e6e7a
children 466c992a9a42 4d5f0857ec9c
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Tue Apr 16 17:33:44 2013 +0200
+++ b/OrthancServer/ServerContext.h	Wed Apr 17 11:13:51 2013 +0200
@@ -71,7 +71,8 @@
     MemoryCache dicomCache_;
 
   public:
-    ServerContext(const boost::filesystem::path& path);
+    ServerContext(const boost::filesystem::path& storagePath,
+                  const boost::filesystem::path& indexPath);
 
     ServerIndex& GetIndex()
     {