Add mesosphere (VERY VERY WIP)
This commit is contained in:
12
mesosphere/source/interfaces/IInterruptibleWork.cpp
Normal file
12
mesosphere/source/interfaces/IInterruptibleWork.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <mesosphere/interfaces/IInterruptibleWork.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
||||
|
||||
IWork *IInterruptibleWork::HandleInterrupt(uint interruptId)
|
||||
{
|
||||
(void)interruptId;
|
||||
return (IWork *)this;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user