Service/SOC: convert to ServiceFramework

This commit is contained in:
wwylele 2018-07-16 20:39:48 +03:00
parent 3799b16207
commit aa02c50a2e
4 changed files with 300 additions and 307 deletions

View file

@ -258,7 +258,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
CSND::InstallInterfaces(*sm);
AddService(new HTTP::HTTP_C);
PM::InstallInterfaces(*sm);
AddService(new SOC::SOC_U);
SOC::InstallInterfaces(*sm);
SSL::InstallInterfaces(*sm);
Y2R::InstallInterfaces(*sm);