Service/SOC: convert to ServiceFramework

This commit is contained in:
wwylele
2018-07-18 09:52:51 +03:00
parent 3799b16207
commit aa02c50a2e
4 changed files with 300 additions and 307 deletions
+1 -1
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);