From: Romain Forlot Date: Wed, 8 Mar 2017 21:21:15 +0000 (+0100) Subject: Add movable constructor to the class X-Git-Tag: 5.0.2~549 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bcfaacaa8dfd1d938785e8ebb67fd9b991702f0e;p=apps%2Fagl-service-can-low-level.git Add movable constructor to the class Change-Id: I4d050fda9b189e4d88393013c2b6c893063f24db Signed-off-by: Romain Forlot --- diff --git a/src/can/can-bus.hpp b/src/can/can-bus.hpp index 4443bf2a..0c3709fa 100644 --- a/src/can/can-bus.hpp +++ b/src/can/can-bus.hpp @@ -72,6 +72,7 @@ private: public: can_bus_t(int conf_file); + can_bus_t(can_bus_t&&); int init_can_dev(); std::vector read_conf();