#include namespace mesosphere { IWork *IInterruptibleWork::HandleInterrupt(uint interruptId) { (void)interruptId; return (IWork *)this; } }