| 19 | namespace phxsql { |
| 20 | |
| 21 | PhxSQLClientSvrkitConfig::PhxSQLClientSvrkitConfig(const char * pcFile) { |
| 22 | Comm::CBaseConfig::SetFileIfUnset(pcFile); |
| 23 | } |
| 24 | |
| 25 | PhxSQLClientSvrkitConfig::~PhxSQLClientSvrkitConfig() { |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected