comparison OrthancServer/ServerContext.h @ 1145:0479d02c6778

Plugins can retrieve the path to Orthanc and to its configuration file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 13:06:16 +0200
parents ba9fd42284d0
children 200fcac0deb4
comparison
equal deleted inserted replaced
1144:fef79a477e09 1145:0479d02c6778
196 196
197 void SetOrthancPlugins(OrthancPlugins& plugins) 197 void SetOrthancPlugins(OrthancPlugins& plugins)
198 { 198 {
199 plugins_ = &plugins; 199 plugins_ = &plugins;
200 } 200 }
201
202 bool DeleteResource(Json::Value& target,
203 const std::string& uuid,
204 ResourceType expectedType);
201 }; 205 };
202 } 206 }