[Yunq] Return status in server code.
This commit is contained in:
parent
3eba0bd9d8
commit
700f3f94cb
20 changed files with 166 additions and 178 deletions
|
|
@ -11,7 +11,7 @@ class VoyageursServer : public VoyageursServerBase {
|
|||
static glcr::ErrorOr<glcr::UniquePtr<VoyageursServer>> Create(
|
||||
KeyboardDriver& keyboard_driver);
|
||||
|
||||
virtual glcr::ErrorCode HandleRegisterKeyboardListener(
|
||||
virtual glcr::Status HandleRegisterKeyboardListener(
|
||||
const KeyboardListener& listener) override;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue