Mercurial > hg > orthanc
diff OrthancServer/Search/SetOfResources.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 | b1291df2f780 |
line wrap: on
line diff
--- a/OrthancServer/Search/SetOfResources.h Tue Oct 27 17:45:05 2015 +0100 +++ b/OrthancServer/Search/SetOfResources.h Tue Oct 27 20:31:34 2015 +0100 @@ -70,9 +70,6 @@ void Flatten(std::list<std::string>& result); - bool Flatten(std::list<int64_t>& result, - size_t maxResults); - void Clear() { resources_.reset(NULL);