mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Net: Override LocalSocket::class_name()
This commit is contained in:
committed by
Andreas Kling
parent
908068d19d
commit
8a975ff630
@@ -25,6 +25,7 @@ public:
|
||||
|
||||
private:
|
||||
explicit LocalSocket(int type);
|
||||
virtual const char* class_name() const override { return "LocalSocket"; }
|
||||
virtual bool is_local() const override { return true; }
|
||||
bool has_attached_peer(const FileDescription&) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user