comparison 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
comparison
equal deleted inserted replaced
375:d1ea72f1c967 376:2cef9c2d4148
69 69
70 DicomCacheProvider provider_; 70 DicomCacheProvider provider_;
71 MemoryCache dicomCache_; 71 MemoryCache dicomCache_;
72 72
73 public: 73 public:
74 ServerContext(const boost::filesystem::path& path); 74 ServerContext(const boost::filesystem::path& storagePath,
75 const boost::filesystem::path& indexPath);
75 76
76 ServerIndex& GetIndex() 77 ServerIndex& GetIndex()
77 { 78 {
78 return index_; 79 return index_;
79 } 80 }