| 320 | } |
| 321 | |
| 322 | VMethodInterposeLinkBase::~VMethodInterposeLinkBase() |
| 323 | { |
| 324 | if (is_applied()) |
| 325 | remove(); |
| 326 | } |
| 327 | |
| 328 | VMethodInterposeLinkBase *VMethodInterposeLinkBase::get_first_interpose(const virtual_identity *id) |
| 329 | { |
nothing calls this directly
no test coverage detected