summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/virtual_server_endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/virtual_server_endpoint_impl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/implementation/endpoints/include/virtual_server_endpoint_impl.hpp b/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
index 58619cc..afe56e2 100644
--- a/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
+++ b/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
@@ -24,7 +24,8 @@ public:
void start();
void stop();
- bool is_connected() const;
+ bool is_established() const;
+ void set_established(bool _established);
void set_connected(bool _connected);
bool send(const byte_t *_data, uint32_t _size, bool _flush);