Index: sources/device/DeviceController.h =================================================================== diff -u -re7adb742d7dd362b2deb795259694b223eea3bc0 -r86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f --- sources/device/DeviceController.h (.../DeviceController.h) (revision e7adb742d7dd362b2deb795259694b223eea3bc0) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision 86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f) @@ -373,7 +373,6 @@ void didSettingsPartitionStateChange(bool vIsReady, bool vIsReadOnly); void didActionReceive( const DeviceBrightnessResponseData &vBrightness ); - void didActionReceive( const DeviceRootSSHAccessResponseData &vRootSSHAccess); void didWatchFileChange(const QString &vFile); @@ -465,6 +464,12 @@ // ----- Factory Reset void factoryResetRequest(); + // ----- Decommission + void decommissionRequest(const DeviceDecommissionRequestData &vData); + + // ----- RootSSHAccess + void rootSSHAccessRequest(const DeviceRootSSHAccessRequestData &vData); + SAFE_CALL_EX2(doAddWatch, const QString &, bool) }; }