mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:28:12 +00:00
Net: Override LocalSocket::class_name()
This commit is contained in:
parent
908068d19d
commit
8a975ff630
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue