/////////////////////////////////////////////////////////// HttpConfig::release() ///////////////////////////////////////////////////////////
| 1437 | // |
| 1438 | //////////////////////////////////////////////////////////////// |
| 1439 | void |
| 1440 | HttpConfig::release(HttpConfigParams *params) |
| 1441 | { |
| 1442 | configProcessor.release(m_id, params); |
| 1443 | } |
| 1444 | |
| 1445 | //////////////////////////////////////////////////////////////// |
| 1446 | // |
no outgoing calls
no test coverage detected