[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
|
|
@ -23,23 +23,6 @@ class KeyboardListener {
|
|||
private:
|
||||
z_cap_t port_capability_;
|
||||
|
||||
// Parses everything except for caps.
|
||||
void ParseFromBytesInternal(const glcr::ByteBuffer&, uint64_t offset);
|
||||
};
|
||||
class None {
|
||||
public:
|
||||
None() {}
|
||||
// Delete copy and move until implemented.
|
||||
None(const None&) = delete;
|
||||
None(None&&) = delete;
|
||||
|
||||
void ParseFromBytes(const glcr::ByteBuffer&, uint64_t offset);
|
||||
void ParseFromBytes(const glcr::ByteBuffer&, uint64_t offset, const glcr::CapBuffer&);
|
||||
uint64_t SerializeToBytes(glcr::ByteBuffer&, uint64_t offset) const;
|
||||
uint64_t SerializeToBytes(glcr::ByteBuffer&, uint64_t offset, glcr::CapBuffer&) const;
|
||||
|
||||
private:
|
||||
|
||||
// Parses everything except for caps.
|
||||
void ParseFromBytesInternal(const glcr::ByteBuffer&, uint64_t offset);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue