comparison Platforms/Wasm/WasmDelayedCallExecutor.h @ 732:c35e98d22764

move Deprecated classes to a separate folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 14:27:35 +0200
parents 4f2416d519b4
children
comparison
equal deleted inserted replaced
729:529189f399ec 732:c35e98d22764
1 #pragma once 1 #pragma once
2 2
3 #include <Framework/Toolbox/IDelayedCallExecutor.h> 3 #include "../../Framework/Deprecated/Toolbox/IDelayedCallExecutor.h"
4 #include <Core/OrthancException.h> 4 #include <Core/OrthancException.h>
5 5
6 namespace Deprecated 6 namespace Deprecated
7 { 7 {
8 class WasmDelayedCallExecutor : public IDelayedCallExecutor 8 class WasmDelayedCallExecutor : public IDelayedCallExecutor