Mercurial > hg > orthanc-databases
comparison Framework/Common/Utf8StringValue.cpp @ 245:9d00e5e073e8
rename FileValue as ResultFileValue
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Apr 2021 18:50:44 +0200 |
parents | 02cd7254c949 |
children | 8f655f308de9 |
comparison
equal
deleted
inserted
replaced
244:02cd7254c949 | 245:9d00e5e073e8 |
---|---|
20 | 20 |
21 | 21 |
22 #include "Utf8StringValue.h" | 22 #include "Utf8StringValue.h" |
23 | 23 |
24 #include "BinaryStringValue.h" | 24 #include "BinaryStringValue.h" |
25 #include "FileValue.h" | |
26 #include "NullValue.h" | 25 #include "NullValue.h" |
27 #include "Integer64Value.h" | 26 #include "Integer64Value.h" |
28 | 27 |
29 #include <OrthancException.h> | 28 #include <OrthancException.h> |
30 | 29 |