KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.
This commit is contained in:
parent
2ce61344d6
commit
dd8887c8cf
12 changed files with 86 additions and 69 deletions
|
@ -20,7 +20,7 @@ ResultVal<SharedPtr<ClientSession>> ClientSession::Create(SharedPtr<ServerSessio
|
|||
return MakeResult<SharedPtr<ClientSession>>(std::move(client_session));
|
||||
}
|
||||
|
||||
ResultCode ClientSession::HandleSyncRequest() {
|
||||
ResultCode ClientSession::SendSyncRequest() {
|
||||
// Signal the server session that new data is available
|
||||
return server_session->HandleSyncRequest();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue