Move reading input stream to specialized socket class.
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / utils / socketcan.hpp
index 76b5121..7011bf9 100644 (file)
@@ -68,6 +68,4 @@ namespace utils
                        ERROR(binder_interface, "%s: Error sending : %i %s", __FUNCTION__, errno, ::strerror(errno));
                return s;
        }
-
-       socketcan_t& operator>>(socketcan_t& s, can_message_t& cm);
 }