diff -r 098e361762d2 -r 6b63ca65093a securitydialogs/SecUi/Src/SecQueryUi.cpp --- a/securitydialogs/SecUi/Src/SecQueryUi.cpp Fri May 14 16:43:26 2010 +0300 +++ b/securitydialogs/SecUi/Src/SecQueryUi.cpp Thu May 27 13:44:17 2010 +0300 @@ -22,20 +22,10 @@ #include // CApaMaskedBitmap #include -#include +#include #include #include "SecUiWait.h" -// Variant map keys for notification device dialog -_LIT( KNotifDeviceDialogKeyTimeOut, "timeout" ); -_LIT( KNotifDeviceDialogKeyIconName, "iconName" ); -_LIT( KNotifDeviceDialogKeyText, "text" ); -_LIT( KNotifDeviceDialogKeyTitle, "title" ); -_LIT( KNotifDeviceDialogKeyTouchActivation, "touchActivation" ); -_LIT( KNotifDeviceDialogKeyActivated, "result" ); -_LIT( KNotifDeviceDialogKeyActivatedValue, "activated" ); -_LIT( KNotifDeviceDialogKeyTitleTextWrapping, "titleTextWrapping" ); - const TUid KSWInstHelpUid = { 0x101F8512 @@ -349,8 +339,6 @@ { _LIT(KInvalidNewLockCode, "invalidNewLockCode"); _LIT(KInvalidNewLockCode0, "invalidNewLockCode#0"); - _LIT(KInvalidNewLockCode1, "invalidNewLockCode#1"); - _LIT(KInvalidNewLockCode2, "invalidNewLockCode#2"); AddParamL(KInvalidNewLockCode, KInvalidNewLockCode0); // for starter RSCPClient scpClient; TSCPSecCode newCode; @@ -358,7 +346,6 @@ RDEBUG("scpClient.Connect", 0); if (scpClient.Connect() == KErrNone) { - /* RArray aFailedPolicies; TDevicelockPolicies failedPolicy; TInt retLockcode = KErrNone; @@ -374,7 +361,6 @@ KInvalidNewLockCodeX.AppendNum(failedPolicy); AddParamL( KInvalidNewLockCode, KInvalidNewLockCodeX ); } - */ // TODO this should be able to modify MinLenght, MaxLenght scpClient.Close(); }