From 3908c79fa4696bf5d1b7fa717e19a9192f4b29c3 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 15 Jul 2024 17:20:08 +0200 Subject: Started working on multi client --- modules/remote/c++/transfer_multi.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/remote/c++/transfer_multi.hpp (limited to 'modules/remote/c++') diff --git a/modules/remote/c++/transfer_multi.hpp b/modules/remote/c++/transfer_multi.hpp new file mode 100644 index 0000000..f7d7a62 --- /dev/null +++ b/modules/remote/c++/transfer_multi.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include "transfer_loopback.hpp" + +namespace saw { + +template +class multi_data_client { +private: + data_client loopback; + + std::tuple<> foo; +}; +} -- cgit v1.2.3