| 140 | } |
| 141 | |
| 142 | PhxSQLClientDisasterStrategy * PhxSQLClientBase::GetDisasterStrategy() { |
| 143 | return m_poDisasterStrategy; |
| 144 | } |
| 145 | |
| 146 | void PhxSQLClientBase::SetDisasterStrategy(PhxSQLClientDisasterStrategy * poDisasterStrategy) { |
| 147 | m_poDisasterStrategy = poDisasterStrategy; |
nothing calls this directly
no outgoing calls
no test coverage detected