Implement get_split_task_count to make device_network compile again.

This commit is contained in:
Martijn Berger 2014-07-28 22:44:33 +02:00
parent 8f947ff34a
commit 65bf694331

@ -299,6 +299,11 @@ public:
snd.write();
}
int get_split_task_count(DeviceTask& task)
{
return 1;
}
private:
NetworkError error_func;
};