2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef INIT_REAL_TIME_CLOCK_JOB_H
6 #define INIT_REAL_TIME_CLOCK_JOB_H
13 class InitRealTimeClockJob
: public BSupportKit::BJob
{
15 InitRealTimeClockJob();
18 virtual status_t
Execute();
21 void _SetRealTimeClockIsGMT(BPath path
) const;
22 void _SetTimeZoneOffset(BPath path
) const;
26 #endif // INIT_REAL_TIME_CLOCK_JOB_H