| 59 | } |
| 60 | |
| 61 | void PhxSQLClientConfig::SetReadTimeout(int iReadTimeout) { |
| 62 | m_iReadTimeout = iReadTimeout; |
| 63 | } |
| 64 | ///////////////////////////// |
| 65 | PhxSQLClientDisasterStrategy::PhxSQLClientDisasterStrategy() { |
| 66 | } |
nothing calls this directly
no outgoing calls
no test coverage detected