Merge pull request #3874 from wwylele/ssl-new-framework
service/SSL: convert to ServiceFramework
This commit is contained in:
commit
fc8f997a28
3 changed files with 58 additions and 49 deletions
|
@ -261,7 +261,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