comparison OrthancServer/Sources/LuaScripting.cpp @ 4555:456ed3fcff81 db-changes

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Mar 2021 17:13:41 +0100
parents efd90f778cd2
children d01702fb29a9
comparison
equal deleted inserted replaced
4554:efd90f778cd2 4555:456ed3fcff81
134 bool ok_; 134 bool ok_;
135 DicomMap tags_; 135 DicomMap tags_;
136 std::map<MetadataType, std::string> metadata_; 136 std::map<MetadataType, std::string> metadata_;
137 137
138 public: 138 public:
139 GetInfoOperations(const ServerIndexChange& change) : 139 explicit GetInfoOperations(const ServerIndexChange& change) :
140 change_(change), 140 change_(change),
141 ok_(false) 141 ok_(false)
142 { 142 {
143 } 143 }
144 144