blob: e636579f3ec4211e7c8c867011257dfc6a85ec1e [file] [log] [blame]
Carol Wang71230ef2020-02-18 17:39:49 +08001#include "scheduled_host_transition.hpp"
2
3namespace phosphor
4{
5namespace state
6{
7namespace manager
8{
9
10using HostTransition =
11 sdbusplus::xyz::openbmc_project::State::server::ScheduledHostTransition;
12
13uint64_t ScheduledHostTransition::scheduledTime(uint64_t value)
14{
15 return HostTransition::scheduledTime(value);
16}
17
18} // namespace manager
19} // namespace state
20} // namespace phosphor