| 572 | -------------------------------------------------------------------------*/ |
| 573 | |
| 574 | void |
| 575 | URLImpl::set_type(int type) |
| 576 | { |
| 577 | url_called_set(this); |
| 578 | this->m_url_type = type; |
| 579 | } |
| 580 | |
| 581 | /*------------------------------------------------------------------------- |
| 582 | -------------------------------------------------------------------------*/ |
nothing calls this directly
no test coverage detected