summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/KernelCheck.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/KernelCheck.hpp')
-rw-r--r--Kernel/NewKit/KernelCheck.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/Kernel/NewKit/KernelCheck.hpp b/Kernel/NewKit/KernelCheck.hpp
index f069b63b..ed74e38f 100644
--- a/Kernel/NewKit/KernelCheck.hpp
+++ b/Kernel/NewKit/KernelCheck.hpp
@@ -40,13 +40,11 @@ enum RUNTIME_CHECK
namespace Kernel
{
- class DumpManager final
+ /// @brief Dumping factory class.
+ class RecoveryFactory final
{
public:
- static void Dump(void)
- {
- // TODO:
- }
+ STATIC Void Recover() noexcept;
};
void ke_stop(const Int& id);