mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Kernel: Make various T::class_name() and similar return StringView
Instead of returning char const*, we can also give you a StringView.
This commit is contained in:
parent
fa9111ac46
commit
c9f6786e8b
58 changed files with 72 additions and 72 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
virtual void disable_aml_interpretation() override;
|
||||
virtual void try_acpi_shutdown() override;
|
||||
virtual bool can_shutdown() override { return true; }
|
||||
virtual const char* purpose() const override { return "ACPI Parser"; }
|
||||
virtual StringView purpose() const override { return "ACPI Parser"; }
|
||||
|
||||
protected:
|
||||
explicit DynamicParser(PhysicalAddress rsdp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue