From 4153da3c16d184a1e6ffa15d2c504c6e3f6b0e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 19 Aug 2023 09:42:34 +0200 Subject: Network: move secure channel to protocol module --- include/erebos/network.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/erebos/network.h') diff --git a/include/erebos/network.h b/include/erebos/network.h index 6a3112a..2761a40 100644 --- a/include/erebos/network.h +++ b/include/erebos/network.h @@ -99,7 +99,6 @@ public: string addressStr() const; uint16_t port() const; - bool hasChannel() const; bool send(UUID, const Ref &) const; bool send(UUID, const Object &) const; -- cgit v1.2.3