periodic task if fix

This commit is contained in:
Robin Müller 2020-08-08 12:47:14 +02:00
parent a0f41d3238
commit 944226c2ed

View File

@ -36,8 +36,7 @@ public:
* to the component.
* @return
*/
virtual ReturnValue_t addComponent(object_id_t object,
bool setTaskIF = true) {
virtual ReturnValue_t addComponent(object_id_t object) {
return HasReturnvaluesIF::RETURN_FAILED;
};