Don't destroy socket by default as they will always be open.
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 5 May 2017 16:39:13 +0000 (18:39 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 5 May 2017 16:42:30 +0000 (18:42 +0200)
commit8546fc68782d8a82a5c50a49ba1288dcb7714bf9
treed9dff9295664b6d4aa9bf36c087edbc821d4ed36
parent3d3fbfd56b476a1f36bfc9cabf5a21f981d06844
Don't destroy socket by default as they will always be open.

Now derivated class use constructor from base class and we don't destroy
socket when a socket object is over since it may be copied before. So closing
them is in charge of dev, well me...

Change-Id: I0440119017a3e56bb83d0194a6908dc3e2b8f745
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