| 136 | } |
| 137 | |
| 138 | void PhxSQLClientBase::SetConfig(PhxSQLClientConfig * poConfig) { |
| 139 | m_poConfig = poConfig; |
| 140 | } |
| 141 | |
| 142 | PhxSQLClientDisasterStrategy * PhxSQLClientBase::GetDisasterStrategy() { |
| 143 | return m_poDisasterStrategy; |
nothing calls this directly
no outgoing calls
no test coverage detected