comparison Framework/Toolbox/DownloadStack.h @ 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 b70e9be013e4
children
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
22 #pragma once 22 #pragma once
23 23
24 #include <vector> 24 #include <vector>
25 #include <boost/noncopyable.hpp> 25 #include <boost/noncopyable.hpp>
26 26
27 namespace OrthancStone 27 namespace Deprecated
28 { 28 {
29 class DownloadStack : public boost::noncopyable 29 class DownloadStack : public boost::noncopyable
30 { 30 {
31 private: 31 private:
32 static const int NIL = -1; 32 static const int NIL = -1;