ServerLink: move Read*/Attach* method implementations to LinkSender/Receiver

Change-Id: Ib4dec3348b1438bbdfbaf18146d8aebb1978c39c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9631
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
X512
2025-09-08 16:42:25 +00:00
committed by waddlesplash
parent 0f9d0e5cda
commit 647aba7574
7 changed files with 211 additions and 180 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
namespace BPrivate {
class ServerLink;
class LinkReceiver;
class LinkSender;
};
/* Integer rect used to define a clipping rectangle. All bounds are inclusive. */
@@ -85,8 +85,8 @@ public:
private:
friend class BDirectWindow;
friend class BPrivate::ServerLink;
friend class BPrivate::LinkReceiver;
friend class BPrivate::LinkSender;
class Support;
friend class Support;