| 28 | namespace phxsqlproxy { |
| 29 | |
| 30 | MonitorRoutine::MonitorRoutine(PHXSqlProxyConfig * config, IORoutineMgr * io_routine_mgr) { |
| 31 | config_ = config; |
| 32 | io_routine_mgr_ = io_routine_mgr; |
| 33 | } |
| 34 | |
| 35 | MonitorRoutine::~MonitorRoutine() { |
| 36 | } |
nothing calls this directly
no outgoing calls
no test coverage detected