mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
|
@ -29,8 +29,8 @@ public:
|
|||
virtual bool is_sharing_with_others() const override { return false; }
|
||||
|
||||
virtual HandlerType type() const override { return HandlerType::SpuriousInterruptHandler; }
|
||||
virtual const char* purpose() const override;
|
||||
virtual const char* controller() const override;
|
||||
virtual StringView purpose() const override;
|
||||
virtual StringView controller() const override;
|
||||
|
||||
private:
|
||||
void enable_interrupt_vector();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue