From 8db5506fd07b481aca2c573a1fadd3d57e266d5e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 20 Nov 2023 16:54:01 +0100 Subject: codec: Minor rpc changes --- c++/codec/rpc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c++/codec/rpc.h') diff --git a/c++/codec/rpc.h b/c++/codec/rpc.h index 8e14292..b21ecf8 100644 --- a/c++/codec/rpc.h +++ b/c++/codec/rpc.h @@ -3,9 +3,10 @@ namespace saw { template class remote { - static_assert(always_false, "Type of remote host not supported"); + static_assert(always_false, "Type of remote not supported"); }; +template class rpc_client { template struct request { @@ -19,6 +20,7 @@ class rpc_client { request request_data(id... data); }; +template class rpc_server { }; } -- cgit v1.2.3