Index: sources/device/DeviceController.h =================================================================== diff -u -r80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803 -rdff4ac319c6619a1ccb894c7d6079e8e4a46b776 --- sources/device/DeviceController.h (.../DeviceController.h) (revision 80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision dff4ac319c6619a1ccb894c7d6079e8e4a46b776) @@ -252,6 +252,13 @@ * to notify the ApplicationController to call initSettings */ void didCryptSetupMount ( bool vPass ); + /*! + * \brief didFactoryReset + * \details will be emitted when the factory reset is done, + * to notify the CloudSyncController to do the FactoryReset/TokenRemoval. + * \param vPass + */ + void didFactoryReset ( bool vPass ); private: // ----- USB