[Voyageurs] Use yunq native empty response for service.
This commit is contained in:
parent
b95c736825
commit
43d7bfa7ad
10 changed files with 28 additions and 67 deletions
|
|
@ -9,7 +9,7 @@ glcr::ErrorOr<glcr::UniquePtr<VoyageursServer>> VoyageursServer::Create(
|
|||
}
|
||||
|
||||
glcr::ErrorCode VoyageursServer::HandleRegisterKeyboardListener(
|
||||
const KeyboardListener& listener, None&) {
|
||||
const KeyboardListener& listener) {
|
||||
keyboard_driver_.RegisterListener(listener.port_capability());
|
||||
return glcr::OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue