[Release] wrt-installer_0.1.53
[framework/web/wrt-installer.git] / src / jobs / widget_install / ace_registration.h
index 2f4a3b0..f98c3ce 100644 (file)
 #include <dpl/wrt-dao-ro/widget_dao_read_only.h>
 
 namespace AceApi {
-
 bool registerAceWidget(const WrtDB::DbWidgetHandle& widgetHandle,
                        const WrtDB::WidgetRegisterInfo& widgetConfig,
                        const WrtDB::WidgetCertificateDataList& certList);
-
+bool registerAceWidgetFromDB(const WrtDB::DbWidgetHandle& widgetHandle);
 }
 
-#endif /* WRT_SRC_INSTALLER_CORE_ACE_REGISTRATION_H_ */
+#endif  /* WRT_SRC_INSTALLER_CORE_ACE_REGISTRATION_H_ */