Dispatcher::getCanIOManager()

This commit is contained in:
Pavel Kirienko
2014-03-24 19:11:49 +04:00
parent b40ee02383
commit 6b43e55dc6
@@ -139,6 +139,8 @@ public:
const ISystemClock& getSystemClock() const { return sysclock_; }
ISystemClock& getSystemClock() { return sysclock_; }
const CanIOManager& getCanIOManager() const { return canio_; }
};
}