summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/local_client_endpoint_impl.hpp
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2017-04-07 03:30:13 -0700
committerJuergen Gehring <juergen.gehring@bmw.de>2017-04-07 03:30:13 -0700
commit5315798ff81796217b55eb8c622f154bb0a1c487 (patch)
treea414da54a2ab36be5fbc2c95e551585c41cbc6f8 /implementation/endpoints/include/local_client_endpoint_impl.hpp
parentc35b82a9459b866ab22bc3cabe274c7b36bca290 (diff)
downloadvSomeIP-5315798ff81796217b55eb8c622f154bb0a1c487.tar.gz
vSomeIP 2.6.22.6.2maintain/2.6
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