comparison OrthancServer/ServerContext.h @ 1753:faf2ecab3472 db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 20:31:34 +0100
parents fb569ee09a69
children 98abb8d7f905
comparison
equal deleted inserted replaced
1752:c3d8ec63a179 1753:faf2ecab3472
259 259
260 OrthancPlugins& GetPlugins(); 260 OrthancPlugins& GetPlugins();
261 #endif 261 #endif
262 262
263 bool HasPlugins() const; 263 bool HasPlugins() const;
264
265
266 bool Apply(std::list<std::string>& result,
267 ::Orthanc::LookupResource& lookup)
268 {
269 return index_.Apply(result, lookup, area_);
270 }
271 }; 264 };
272 } 265 }