mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-23 02:31:55 +00:00
LibCore: Convert CLocalSocket to ObjectPtr
This commit is contained in:
parent
4298ba25c3
commit
c83da29a9d
Notes:
sideshowbarker
2024-07-19 12:02:39 +09:00
Author: https://github.com/awesomekling
Commit: c83da29a9d
13 changed files with 83 additions and 79 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <sys/socket.h>
|
||||
#include <errno.h>
|
||||
|
||||
CLocalSocket::CLocalSocket(Badge<CLocalServer>, int fd, CObject* parent)
|
||||
CLocalSocket::CLocalSocket(int fd, CObject* parent)
|
||||
: CSocket(CSocket::Type::Local, parent)
|
||||
{
|
||||
set_fd(fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue