mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-25 09:32:53 +00:00
Rebrand SUYU_NON_COPYABLE and SUYU_NON_MOVEABLE
This commit is contained in:
@@ -39,8 +39,8 @@ public:
|
||||
explicit SocketBase(SOCKET fd_) : fd{fd_} {}
|
||||
virtual ~SocketBase() = default;
|
||||
|
||||
YUZU_NON_COPYABLE(SocketBase);
|
||||
YUZU_NON_MOVEABLE(SocketBase);
|
||||
SUYU_NON_COPYABLE(SocketBase);
|
||||
SUYU_NON_MOVEABLE(SocketBase);
|
||||
|
||||
virtual Errno Initialize(Domain domain, Type type, Protocol protocol) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user