|
@ -3,6 +3,7 @@ |
|
|
#include "baseservice/baseservice.hpp"
|
|
|
#include "baseservice/baseservice.hpp"
|
|
|
#include "service/setting_mgr_service.hpp"
|
|
|
#include "service/setting_mgr_service.hpp"
|
|
|
#include "service/user_mgr_service.hpp"
|
|
|
#include "service/user_mgr_service.hpp"
|
|
|
|
|
|
#include "service/device_info_mgr_service.hpp"
|
|
|
|
|
|
|
|
|
using namespace iflytop; |
|
|
using namespace iflytop; |
|
|
using namespace core; |
|
|
using namespace core; |
|
@ -26,6 +27,7 @@ void MainControlService::initialize() { |
|
|
// ExtApi
|
|
|
// ExtApi
|
|
|
BUILD_AND_REG_SERRVICE(UserMgrService); |
|
|
BUILD_AND_REG_SERRVICE(UserMgrService); |
|
|
BUILD_AND_REG_SERRVICE(SettingMgrService); |
|
|
BUILD_AND_REG_SERRVICE(SettingMgrService); |
|
|
|
|
|
BUILD_AND_REG_SERRVICE(DeviceInfoMgrService); |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
GET_SERVICE(IflytopFrontEndService)->startListen(); |
|
|
GET_SERVICE(IflytopFrontEndService)->startListen(); |
|
|