1 #include "activation_static.hpp"
2 
3 namespace openpower
4 {
5 namespace software
6 {
7 namespace updater
8 {
9 namespace softwareServer = sdbusplus::xyz::openbmc_project::Software::server;
10 
11 void ActivationStatic::startActivation()
12 {
13 }
14 
15 void ActivationStatic::unitStateChange(sdbusplus::message::message& msg)
16 {
17 }
18 
19 void ActivationStatic::finishActivation()
20 {
21 }
22 
23 } // namespace updater
24 } // namespace software
25 } // namespace openpower
26