comparison OrthancServer/ServerContext.h @ 1751:fb569ee09a69 db-changes

LookupResource complete
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 16:05:42 +0100
parents 06addfcd1d4c
children faf2ecab3472
comparison
equal deleted inserted replaced
1750:55d52567bebb 1751:fb569ee09a69
260 OrthancPlugins& GetPlugins(); 260 OrthancPlugins& GetPlugins();
261 #endif 261 #endif
262 262
263 bool HasPlugins() const; 263 bool HasPlugins() const;
264 264
265
266 bool Apply(std::list<std::string>& result,
267 ::Orthanc::LookupResource& lookup)
268 {
269 return index_.Apply(result, lookup, area_);
270 }
265 }; 271 };
266 } 272 }