service/csnd: Migrate to ServiceFramework

This commit is contained in:
NarcolepticK 2018-07-01 15:40:28 -04:00
parent f36ff5b4c4
commit 41d5b31a76
3 changed files with 128 additions and 102 deletions

View file

@ -255,7 +255,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
PTM::InstallInterfaces(*sm);
QTM::InstallInterfaces(*sm);
AddService(new CSND::CSND_SND);
CSND::InstallInterfaces(*sm);
AddService(new DSP_DSP::Interface);
AddService(new HTTP::HTTP_C);
PM::InstallInterfaces(*sm);