Service/SOC: convert to ServiceFramework
This commit is contained in:
parent
3799b16207
commit
aa02c50a2e
4 changed files with 300 additions and 307 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue