Mercurial > hg > orthanc-databases
comparison Odbc/Plugins/OdbcIndex.h @ 586:3b1070dcab2f find-refactoring
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 04 Nov 2024 22:52:58 +0100 |
parents | 8296c6a0238e |
children |
comparison
equal
deleted
inserted
replaced
585:65e39e76c2b6 | 586:3b1070dcab2f |
---|---|
34 unsigned int connectionRetryInterval_; | 34 unsigned int connectionRetryInterval_; |
35 std::string connectionString_; | 35 std::string connectionString_; |
36 | 36 |
37 public: | 37 public: |
38 OdbcIndex(OrthancPluginContext* context, | 38 OdbcIndex(OrthancPluginContext* context, |
39 const std::string& connectionString); | 39 const std::string& connectionString, |
40 bool readOnly); | |
40 | 41 |
41 unsigned int GetMaxConnectionRetries() const | 42 unsigned int GetMaxConnectionRetries() const |
42 { | 43 { |
43 return maxConnectionRetries_; | 44 return maxConnectionRetries_; |
44 } | 45 } |