service/SSL: convert to ServiceFramework
This commit is contained in:
parent
f50e505a5a
commit
b06f468049
3 changed files with 58 additions and 49 deletions
|
@ -262,7 +262,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
|
|||
AddService(new HTTP::HTTP_C);
|
||||
AddService(new PM::PM_APP);
|
||||
AddService(new SOC::SOC_U);
|
||||
AddService(new SSL::SSL_C);
|
||||
SSL::InstallInterfaces(*sm);
|
||||
Y2R::InstallInterfaces(*sm);
|
||||
|
||||
NGLOG_DEBUG(Service, "initialized OK");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue