diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Tue Oct 27 12:45:50 2015 +0100
+++ b/OrthancServer/ServerContext.h	Tue Oct 27 16:05:42 2015 +0100
@@ -262,5 +262,11 @@
 
     bool HasPlugins() const;
 
+    
+    bool Apply(std::list<std::string>& result,
+               ::Orthanc::LookupResource& lookup)
+    {
+      return index_.Apply(result, lookup, area_);
+    }
   };
 }