diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-08-19 09:42:34 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-08-19 09:42:34 +0200 |
commit | 4153da3c16d184a1e6ffa15d2c504c6e3f6b0e1f (patch) | |
tree | ed8578a0c4d2dadc28da8480d379607675dfcc23 /include/erebos/network.h | |
parent | 86b465cfccef5552aa111941fb74ec622e2e7c03 (diff) |
Network: move secure channel to protocol module
Diffstat (limited to 'include/erebos/network.h')
-rw-r--r-- | include/erebos/network.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |