summaryrefslogtreecommitdiff
path: root/modules/codec/c++/transport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++/transport.hpp')
-rw-r--r--modules/codec/c++/transport.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/codec/c++/transport.hpp b/modules/codec/c++/transport.hpp
index 110ab3d..0bb70eb 100644
--- a/modules/codec/c++/transport.hpp
+++ b/modules/codec/c++/transport.hpp
@@ -29,6 +29,9 @@ public:
error_or<array_buffer> chain_slice(chain_array_buffer& buff) const {
(void) buff;
+
+
+
return make_error<err::not_implemented>();
}
};