summaryrefslogtreecommitdiff
path: root/implementation/endpoints/src/local_client_endpoint_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/src/local_client_endpoint_impl.cpp')
-rw-r--r--implementation/endpoints/src/local_client_endpoint_impl.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/implementation/endpoints/src/local_client_endpoint_impl.cpp b/implementation/endpoints/src/local_client_endpoint_impl.cpp
index 3238153..f6e1b5c 100644
--- a/implementation/endpoints/src/local_client_endpoint_impl.cpp
+++ b/implementation/endpoints/src/local_client_endpoint_impl.cpp
@@ -206,8 +206,12 @@ bool local_client_endpoint_impl::get_remote_address(
return false;
}
-unsigned short local_client_endpoint_impl::get_remote_port() const {
+std::uint16_t local_client_endpoint_impl::get_remote_port() const {
return 0;
}
+void local_client_endpoint_impl::set_local_port() {
+ // local_port_ is set to zero in ctor of client_endpoint_impl -> do nothing
+}
+
} // namespace vsomeip