Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.h @ 1750:55d52567bebb db-changes
LookupResource implemented
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 27 Oct 2015 12:45:50 +0100 |
parents | 4941494b5dd8 |
children | fb569ee09a69 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h Tue Oct 27 10:54:51 2015 +0100 +++ b/OrthancServer/ServerIndex.h Tue Oct 27 12:45:50 2015 +0100 @@ -45,6 +45,7 @@ namespace Orthanc { + class LookupResource; class ServerContext; class ServerIndex : public boost::noncopyable @@ -261,5 +262,9 @@ const std::string& publicId); unsigned int GetDatabaseVersion(); + + void Apply(std::list<std::string>& result, + ::Orthanc::LookupResource& lookup, + IStorageArea& area); }; }