summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-08-19 09:42:34 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2023-08-19 09:42:34 +0200
commit4153da3c16d184a1e6ffa15d2c504c6e3f6b0e1f (patch)
treeed8578a0c4d2dadc28da8480d379607675dfcc23 /include
parent86b465cfccef5552aa111941fb74ec622e2e7c03 (diff)
Network: move secure channel to protocol module
Diffstat (limited to 'include')
-rw-r--r--include/erebos/network.h1
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;