| 144 | } |
| 145 | |
| 146 | void PhxSQLClientBase::SetDisasterStrategy(PhxSQLClientDisasterStrategy * poDisasterStrategy) { |
| 147 | m_poDisasterStrategy = poDisasterStrategy; |
| 148 | } |
| 149 | |
| 150 | int PhxSQLClientBase::Connect() { |
| 151 | if (!m_poMySQLProp->bConnected) { |
nothing calls this directly
no outgoing calls
no test coverage detected