| 45 | |
| 46 | |
| 47 | void RelocationHandler::FreeCallback(void* ctxt) |
| 48 | { |
| 49 | RelocationHandler* handler = (RelocationHandler*)ctxt; |
| 50 | handler->ReleaseForRegistration(); |
| 51 | } |
| 52 | |
| 53 | |
| 54 | bool RelocationHandler::GetRelocationInfoCallback( |
nothing calls this directly
no test coverage detected