Be able to copy active diagnostic request objects with their socket
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / utils / socketcan.hpp
index c3abb2f..1e7cd3c 100644 (file)
@@ -35,6 +35,7 @@ namespace utils
                socketcan_t();
                socketcan_t(const socketcan_t& s);
                socketcan_t(socketcan_t&&);
+               socketcan_t& operator=(const socketcan_t& s);
                virtual ~socketcan_t();
 
                const struct sockaddr_can& get_tx_address() const;