comparison OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4618:6c4081ae3bb8 db-changes

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 12:15:19 +0200
parents 2684544ff03c
children 5fabef29c4ff
comparison
equal deleted inserted replaced
4617:943dea50f358 4618:6c4081ae3bb8
1212 std::unique_ptr<OrthancPluginDatabaseV3> databaseV3_; // New in Orthanc 1.9.2 1212 std::unique_ptr<OrthancPluginDatabaseV3> databaseV3_; // New in Orthanc 1.9.2
1213 PluginsErrorDictionary dictionary_; 1213 PluginsErrorDictionary dictionary_;
1214 std::string databaseServerIdentifier_; // New in Orthanc 1.9.2 1214 std::string databaseServerIdentifier_; // New in Orthanc 1.9.2
1215 unsigned int maxDatabaseRetries_; // New in Orthanc 1.9.2 1215 unsigned int maxDatabaseRetries_; // New in Orthanc 1.9.2
1216 1216
1217 PImpl(const std::string& databaseServerIdentifier) : 1217 explicit PImpl(const std::string& databaseServerIdentifier) :
1218 context_(NULL), 1218 context_(NULL),
1219 findCallback_(NULL), 1219 findCallback_(NULL),
1220 worklistCallback_(NULL), 1220 worklistCallback_(NULL),
1221 argc_(1), 1221 argc_(1),
1222 argv_(NULL), 1222 argv_(NULL),