| 138 | } |
| 139 | |
| 140 | SlaveIORouter::SlaveIORouter(PHXSqlProxyConfig * config, |
| 141 | WorkerConfig_t * worker_config, |
| 142 | GroupStatusCache * group_status_cache) : |
| 143 | IORouter(config, worker_config, group_status_cache) { |
| 144 | } |
| 145 | |
| 146 | SlaveIORouter::~SlaveIORouter() { |
| 147 | } |
nothing calls this directly
no outgoing calls
no test coverage detected