comparison MySQL/Plugins/MySQLIndex.h @ 111:1525539ce5d9

fix clang warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jan 2019 17:27:13 +0100
parents 441a472bfd93
children 4cd7e45b671e
comparison
equal deleted inserted replaced
110:441a472bfd93 111:1525539ce5d9
69 { 69 {
70 clearAll_ = clear; 70 clearAll_ = clear;
71 } 71 }
72 72
73 virtual int64_t CreateResource(const char* publicId, 73 virtual int64_t CreateResource(const char* publicId,
74 OrthancPluginResourceType type); 74 OrthancPluginResourceType type)
75 ORTHANC_OVERRIDE;
75 76
76 virtual void DeleteResource(int64_t id); 77 virtual void DeleteResource(int64_t id) ORTHANC_OVERRIDE;
77 78
78 virtual int64_t GetLastChangeIndex(); 79 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
79 80
80 virtual bool HasCreateInstance() const ORTHANC_OVERRIDE 81 virtual bool HasCreateInstance() const ORTHANC_OVERRIDE
81 { 82 {
82 return true; 83 return true;
83 } 84 }