comparison Platforms/Generic/IOracleCommand.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
21 21
22 #pragma once 22 #pragma once
23 23
24 #include <Core/IDynamicObject.h> 24 #include <Core/IDynamicObject.h>
25 25
26 namespace OrthancStone 26 namespace Deprecated
27 { 27 {
28 class IOracleCommand : public Orthanc::IDynamicObject 28 class IOracleCommand : public Orthanc::IDynamicObject
29 { 29 {
30 public: 30 public:
31 virtual ~IOracleCommand() 31 virtual ~IOracleCommand()