| 132 | } |
| 133 | |
| 134 | PhxSQLClientConfig * PhxSQLClientBase::GetConfig() { |
| 135 | return m_poConfig; |
| 136 | } |
| 137 | |
| 138 | void PhxSQLClientBase::SetConfig(PhxSQLClientConfig * poConfig) { |
| 139 | m_poConfig = poConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected