comparison Platforms/Generic/Oracle.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 2d8ab34c8c91
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
23 23
24 #include "IOracleCommand.h" 24 #include "IOracleCommand.h"
25 25
26 #include <boost/shared_ptr.hpp> 26 #include <boost/shared_ptr.hpp>
27 27
28 namespace OrthancStone 28 namespace Deprecated
29 { 29 {
30 class Oracle : public boost::noncopyable 30 class Oracle : public boost::noncopyable
31 { 31 {
32 private: 32 private:
33 class PImpl; 33 class PImpl;