summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/local_client_endpoint_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/local_client_endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/local_client_endpoint_impl.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/implementation/endpoints/include/local_client_endpoint_impl.hpp b/implementation/endpoints/include/local_client_endpoint_impl.hpp
index 46d5c1d..7b71968 100644
--- a/implementation/endpoints/include/local_client_endpoint_impl.hpp
+++ b/implementation/endpoints/include/local_client_endpoint_impl.hpp
@@ -31,8 +31,6 @@ typedef client_endpoint_impl<
class local_client_endpoint_impl: public local_client_endpoint_base_impl {
public:
- typedef std::function<void()> error_handler_t;
-
local_client_endpoint_impl(std::shared_ptr<endpoint_host> _host,
endpoint_type _remote,
boost::asio::io_service &_io,
@@ -47,8 +45,6 @@ public:
bool get_remote_address(boost::asio::ip::address &_address) const;
unsigned short get_remote_port() const;
- void register_error_handler(error_handler_t _error_handler);
-
void restart();
private:
@@ -62,8 +58,6 @@ private:
std::size_t _bytes);
message_buffer_t recv_buffer_;
-
- error_handler_t error_handler_;
};
} // namespace vsomeip