From 44f6a2ec37e35cf96419885be27afeab9ea84ec5 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 29 Jul 2024 14:53:48 +0200 Subject: wip --- modules/remote/c++/transfer.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/remote/c++/transfer.hpp') diff --git a/modules/remote/c++/transfer.hpp b/modules/remote/c++/transfer.hpp index ea61d56..32416de 100644 --- a/modules/remote/c++/transfer.hpp +++ b/modules/remote/c++/transfer.hpp @@ -1,10 +1,14 @@ #pragma once +#include + namespace saw { template class i_data_server { protected: - virtual ~i_data_server() = default; + ~i_data_server() = default; +public: + virtual std::pair get_class_id() const = 0; }; template -- cgit v1.2.3