mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Port WSClientConnection to CIPCServerSideClient
This commit is contained in:
parent
edcbba9e98
commit
6eaa6826fa
6 changed files with 65 additions and 191 deletions
|
@ -11,7 +11,7 @@ public:
|
|||
explicit ASClientConnection(int fd, int client_id, ASMixer& mixer);
|
||||
~ASClientConnection() override;
|
||||
void send_greeting() override;
|
||||
bool handle_message(const ASAPI_ClientMessage&, const ByteBuffer& = {}) override;
|
||||
bool handle_message(const ASAPI_ClientMessage&, const ByteBuffer&& = {}) override;
|
||||
const char* class_name() const override { return "ASClientConnection"; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue