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.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/Kernel/NewKit/KernelCheck.hpp b/Kernel/NewKit/KernelCheck.hpp
index ae1eec51..ed74e38f 100644
--- a/Kernel/NewKit/KernelCheck.hpp
+++ b/Kernel/NewKit/KernelCheck.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -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);