comparison Framework/Toolbox/DownloadStack.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 9a474e90e832
children
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
23 23
24 #include <Core/OrthancException.h> 24 #include <Core/OrthancException.h>
25 25
26 #include <cassert> 26 #include <cassert>
27 27
28 namespace OrthancStone 28 namespace Deprecated
29 { 29 {
30 bool DownloadStack::CheckInvariants() const 30 bool DownloadStack::CheckInvariants() const
31 { 31 {
32 std::vector<bool> dequeued(nodes_.size(), true); 32 std::vector<bool> dequeued(nodes_.size(), true);
33 33