comparison Core/DicomNetworking/RemoteModalityParameters.h @ 3613:c1e2b91c2ab4 storage-commitment

all the abstractions for storage commitment are available
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jan 2020 17:01:46 +0100
parents 085283445db0
children f6a73611ec5c
comparison
equal deleted inserted replaced
3612:22eef03feed7 3613:c1e2b91c2ab4
52 bool allowStore_; 52 bool allowStore_;
53 bool allowFind_; 53 bool allowFind_;
54 bool allowMove_; 54 bool allowMove_;
55 bool allowGet_; 55 bool allowGet_;
56 bool allowNAction_; 56 bool allowNAction_;
57 57 bool allowNEventReport_;
58
58 void Clear(); 59 void Clear();
59 60
60 void UnserializeArray(const Json::Value& serialized); 61 void UnserializeArray(const Json::Value& serialized);
61 62
62 void UnserializeObject(const Json::Value& serialized); 63 void UnserializeObject(const Json::Value& serialized);