comparison OrthancServer/Plugins/Engine/OrthancPluginDatabase.h @ 4204:318c16cfccab

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 16:18:01 +0200
parents 05b8fd21089c
children d9473bd5ed43
comparison
equal deleted inserted replaced
4203:4d42408da117 4204:318c16cfccab
79 79
80 DicomMap* answerDicomMap_; 80 DicomMap* answerDicomMap_;
81 std::list<ServerIndexChange>* answerChanges_; 81 std::list<ServerIndexChange>* answerChanges_;
82 std::list<ExportedResource>* answerExportedResources_; 82 std::list<ExportedResource>* answerExportedResources_;
83 bool* answerDone_; 83 bool* answerDone_;
84 bool answerDoneIgnored_;
84 std::list<std::string>* answerMatchingResources_; 85 std::list<std::string>* answerMatchingResources_;
85 std::list<std::string>* answerMatchingInstances_; 86 std::list<std::string>* answerMatchingInstances_;
86 AnswerMetadata* answerMetadata_; 87 AnswerMetadata* answerMetadata_;
87 88
88 OrthancPluginDatabaseContext* GetContext() 89 OrthancPluginDatabaseContext* GetContext()