blob: d73dc50a4eb22a337c042a09c83b8e21ebe07f42 [file] [log] [blame]
Lei YUb53425d2019-02-22 11:38:40 +08001#include "activation_static.hpp"
2
3namespace openpower
4{
5namespace software
6{
7namespace updater
8{
9namespace softwareServer = sdbusplus::xyz::openbmc_project::Software::server;
10
11void ActivationStatic::startActivation()
12{
13}
14
15void ActivationStatic::unitStateChange(sdbusplus::message::message& msg)
16{
17}
18
19void ActivationStatic::finishActivation()
20{
21}
22
23} // namespace updater
24} // namespace software
25} // namespace openpower