Mercurial > hg > orthanc
comparison OrthancServer/ServerIndex.h @ 3090:31244604f617 db-changes
starting optimization of SeriesIndex::GetSeriesStatus()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 05 Jan 2019 12:17:30 +0100 |
parents | 74e3e48aa9bd |
children | 2e1808b6146a |
comparison
equal
deleted
inserted
replaced
3089:fb8ee0786b1e | 3090:31244604f617 |
---|---|
125 | 125 |
126 void NormalizeLookup(std::vector<DatabaseConstraint>& target, | 126 void NormalizeLookup(std::vector<DatabaseConstraint>& target, |
127 const DatabaseLookup& source, | 127 const DatabaseLookup& source, |
128 ResourceType level) const; | 128 ResourceType level) const; |
129 | 129 |
130 SeriesStatus GetSeriesStatus(int64_t id, | |
131 int64_t expectedNumberOfInstances); | |
132 | |
130 public: | 133 public: |
131 ServerIndex(ServerContext& context, | 134 ServerIndex(ServerContext& context, |
132 IDatabaseWrapper& database, | 135 IDatabaseWrapper& database, |
133 unsigned int threadSleep); | 136 unsigned int threadSleep); |
134 | 137 |