Mercurial > hg > orthanc
comparison OrthancServer/ServerContext.cpp @ 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 |
---|---|
510 else | 510 else |
511 { | 511 { |
512 return true; | 512 return true; |
513 } | 513 } |
514 } | 514 } |
515 | |
516 | |
517 bool ServerContext::DeleteResource(Json::Value& target, | |
518 const std::string& uuid, | |
519 ResourceType expectedType) | |
520 { | |
521 return index_.DeleteResource(target, uuid, expectedType); | |
522 } | |
515 } | 523 } |