Move reading input stream to specialized socket class.
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 10 May 2017 07:49:13 +0000 (09:49 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 10 May 2017 16:45:55 +0000 (18:45 +0200)
commit613d8daa7ce886365602d87458943975c411236a
tree04536c4fc08a958e3bf0e63f49c8d5710c5709ca
parent4e95381b037b783b5f4193134732cb96ff6f52cf
Move reading input stream to specialized socket class.

We always read the same object so how to fill it is the job of specialized class
not a generic method can do that.

Change-Id: Ia262871cec6b7ed3341eb314d5ed6641b8da61e6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/utils/socketcan-bcm.cpp
CAN-binder/low-can-binding/utils/socketcan-bcm.hpp
CAN-binder/low-can-binding/utils/socketcan-raw.cpp
CAN-binder/low-can-binding/utils/socketcan-raw.hpp
CAN-binder/low-can-binding/utils/socketcan.cpp
CAN-binder/low-can-binding/utils/socketcan.hpp