[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
|
|
@ -40,8 +40,7 @@ void KeyboardListenerBase::Register() {
|
|||
crash("Failed to create client", client_or.error());
|
||||
}
|
||||
listn.set_port_capability(client_or.value().cap());
|
||||
None n;
|
||||
check(vclient.RegisterKeyboardListener(listn, n));
|
||||
check(vclient.RegisterKeyboardListener(listn));
|
||||
}
|
||||
|
||||
Thread KeyboardListenerBase::Listen() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue