diff options
Diffstat (limited to 'example/example.cpp')
-rw-r--r-- | example/example.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/example.cpp b/example/example.cpp index c17d71d..929e4d1 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -117,6 +117,13 @@ bool ExampleBlobHandler::write(uint16_t session, uint32_t offset, return true; } +bool ExampleBlobHandler::writeMeta(uint16_t session, uint32_t offset, + const std::vector<uint8_t>& data) +{ + /* Not supported. */ + return false; +} + bool ExampleBlobHandler::commit(uint16_t session, const std::vector<uint8_t>& data) { |