Mercurial > hg > orthanc
comparison OrthancServer/ServerToolbox.cpp @ 1847:559956d5ceb2
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Nov 2015 15:34:14 +0100 |
parents | ca69082ab200 |
children | 4e7c318a3f69 |
comparison
equal
deleted
inserted
replaced
1846:3dcf5c0734c9 | 1847:559956d5ceb2 |
---|---|
295 | 295 |
296 std::list<std::string> resources; | 296 std::list<std::string> resources; |
297 database.GetAllPublicIds(resources, level); | 297 database.GetAllPublicIds(resources, level); |
298 | 298 |
299 for (std::list<std::string>::const_iterator | 299 for (std::list<std::string>::const_iterator |
300 it = resources.begin(); it != resources.end(); it++) | 300 it = resources.begin(); it != resources.end(); ++it) |
301 { | 301 { |
302 // Locate the resource and one of its child instances | 302 // Locate the resource and one of its child instances |
303 int64_t resource, instance; | 303 int64_t resource, instance; |
304 ResourceType tmp; | 304 ResourceType tmp; |
305 | 305 |