From 0906dff296214bbff9f0e08a3bebc8c58758aa3f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 18 Mar 2024 00:22:09 +0100 Subject: io,codec,io_codec: RPC work --- modules/tools/c++/c_gen_iface.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/tools/c++/c_gen_iface.hpp') diff --git a/modules/tools/c++/c_gen_iface.hpp b/modules/tools/c++/c_gen_iface.hpp index 64ac5a5..8eb0bca 100644 --- a/modules/tools/c++/c_gen_iface.hpp +++ b/modules/tools/c++/c_gen_iface.hpp @@ -506,6 +506,12 @@ struct lang_bind, binding::SyncC> { return eov; } } + { + auto eov = lang_bind_helper::append_string(src, ""); + if(eov.is_error()){ + return eov; + } + } { auto eov = lang_bind_helper::append_string(src, "return 0;\n}\n\n"); if(eov.is_error()){ -- cgit v1.2.3