comparison Framework/Common/NullValue.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 3236894320d6
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
19 **/ 19 **/
20 20
21 21
22 #include "NullValue.h" 22 #include "NullValue.h"
23 23
24 #include <Core/OrthancException.h> 24 #include <OrthancException.h>
25 25
26 namespace OrthancDatabases 26 namespace OrthancDatabases
27 { 27 {
28 IValue* NullValue::Convert(ValueType target) const 28 IValue* NullValue::Convert(ValueType target) const
29 { 29 {