comparison PostgreSQL/Plugins/PostgreSQLStorageArea.h @ 252:33fa478c119a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 13:33:48 +0200
parents 7a4f9bcb0bc2
children 16aac0287485
comparison
equal deleted inserted replaced
251:ed12248ad791 252:33fa478c119a
32 void ConfigureDatabase(PostgreSQLDatabase& db, 32 void ConfigureDatabase(PostgreSQLDatabase& db,
33 const PostgreSQLParameters& parameters, 33 const PostgreSQLParameters& parameters,
34 bool clearAll); 34 bool clearAll);
35 35
36 protected: 36 protected:
37 virtual bool HasReadRange() const 37 virtual bool HasReadRange() const ORTHANC_OVERRIDE
38 { 38 {
39 return true; 39 return true;
40 } 40 }
41 41
42 public: 42 public: