From 86e5bd89ecbe6e3a204ab816b9f7e48eb9a7fee7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 16 Nov 2025 14:37:12 +0100 Subject: feat: launch: design of ne_launch done. Signed-off-by: Amlal El Mahrouss --- dev/modules/Power/PowerFactory.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dev/modules/Power') diff --git a/dev/modules/Power/PowerFactory.h b/dev/modules/Power/PowerFactory.h index b7c13280..770c7076 100644 --- a/dev/modules/Power/PowerFactory.h +++ b/dev/modules/Power/PowerFactory.h @@ -15,8 +15,6 @@ #define NE_POWER_FACTORY : public PowerFactory namespace Kernel { -class PowerFactory; - class PowerFactory { public: explicit PowerFactory() = default; @@ -26,7 +24,7 @@ class PowerFactory { PowerFactory(const PowerFactory&) = default; public: - Bool Shutdown() { return NO; }; // shutdown - Void Reboot(){}; // soft-reboot + virtual Bool Shutdown() { return NO; } // shutdown + virtual Void Reboot() {} // soft-reboot }; } // namespace Kernel \ No newline at end of file -- cgit v1.2.3