comparison OrthancServer/DatabaseWrapperBase.h @ 1750:55d52567bebb db-changes

LookupResource implemented
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 12:45:50 +0100
parents ca69082ab200
children b1291df2f780
comparison
equal deleted inserted replaced
1749:99f4a05f39fa 1750:55d52567bebb
166 166
167 uint64_t GetTotalCompressedSize(); 167 uint64_t GetTotalCompressedSize();
168 168
169 uint64_t GetTotalUncompressedSize(); 169 uint64_t GetTotalUncompressedSize();
170 170
171 void GetAllInternalIds(std::list<int64_t>& target,
172 ResourceType resourceType);
173
171 void GetAllPublicIds(std::list<std::string>& target, 174 void GetAllPublicIds(std::list<std::string>& target,
172 ResourceType resourceType); 175 ResourceType resourceType);
173 176
174 void GetAllPublicIds(std::list<std::string>& target, 177 void GetAllPublicIds(std::list<std::string>& target,
175 ResourceType resourceType, 178 ResourceType resourceType,