comparison 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
comparison
equal deleted inserted replaced
1246:54bf0f0245f4 1247:32fcc5dc7562
135 return that_.lua_; 135 return that_.lua_;
136 } 136 }
137 }; 137 };
138 138
139 139
140 ServerContext(const boost::filesystem::path& indexPath); 140 ServerContext(IDatabaseWrapper& database);
141 141
142 void SetStorageArea(IStorageArea& storage) 142 void SetStorageArea(IStorageArea& storage)
143 { 143 {
144 accessor_.SetStorageArea(storage); 144 accessor_.SetStorageArea(storage);
145 } 145 }