#include "ClientTask.hpp" namespace drp::task { void ClientTask::handle() { // TODO(Faraphel): connect to an ntp server // TODO(Faraphel): check if the server is still reachable. // if connection lost, go back to undefined mode. } }