comparison Framework/Oracle/OracleCommandBase.h @ 1300:257f2c9a02ac broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 18:11:45 +0100
parents Framework/Oracle/OracleCommandWithPayload.h@8a0a62189f46 Framework/Oracle/OracleCommandWithPayload.h@c38c89684d83
children 30deba7bc8e2
comparison
equal deleted inserted replaced
1299:c38c89684d83 1300:257f2c9a02ac
22 #pragma once 22 #pragma once
23 23
24 #include "IOracleCommand.h" 24 #include "IOracleCommand.h"
25 25
26 #include <Core/Compatibility.h> 26 #include <Core/Compatibility.h>
27 #include <Core/IDynamicObject.h>
27 28
28 #include <memory> 29 #include <memory>
29 30
30 namespace OrthancStone 31 namespace OrthancStone
31 { 32 {