mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +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:
|
private:
|
||||||
explicit LocalSocket(int type);
|
explicit LocalSocket(int type);
|
||||||
|
virtual const char* class_name() const override { return "LocalSocket"; }
|
||||||
virtual bool is_local() const override { return true; }
|
virtual bool is_local() const override { return true; }
|
||||||
bool has_attached_peer(const FileDescription&) const;
|
bool has_attached_peer(const FileDescription&) const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue