comparison OrthancServer/SQLiteDatabaseWrapper.h @ 3056:6c5d4281da4a db-changes

removal of SQLiteDatabaseWrapper::GetAllInternalIds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2018 13:48:04 +0100
parents d8a91acb7424
children 6faf575ba9cc
comparison
equal deleted inserted replaced
3055:71ac4f28176f 3056:6c5d4281da4a
281 ORTHANC_OVERRIDE; 281 ORTHANC_OVERRIDE;
282 282
283 virtual uint64_t GetResourceCount(ResourceType resourceType) 283 virtual uint64_t GetResourceCount(ResourceType resourceType)
284 ORTHANC_OVERRIDE; 284 ORTHANC_OVERRIDE;
285 285
286 virtual void GetAllInternalIds(std::list<int64_t>& target,
287 ResourceType resourceType)
288 ORTHANC_OVERRIDE;
289
290 virtual void GetAllPublicIds(std::list<std::string>& target, 286 virtual void GetAllPublicIds(std::list<std::string>& target,
291 ResourceType resourceType) 287 ResourceType resourceType)
292 ORTHANC_OVERRIDE; 288 ORTHANC_OVERRIDE;
293 289
294 virtual void GetAllPublicIds(std::list<std::string>& target, 290 virtual void GetAllPublicIds(std::list<std::string>& target,