| 105 | } |
| 106 | |
| 107 | MasterIORouter::MasterIORouter(PHXSqlProxyConfig * config, |
| 108 | WorkerConfig_t * worker_config, |
| 109 | GroupStatusCache * group_status_cache) : |
| 110 | IORouter(config, worker_config, group_status_cache) { |
| 111 | } |
| 112 | |
| 113 | MasterIORouter::~MasterIORouter() { |
| 114 | } |
nothing calls this directly
no outgoing calls
no test coverage detected