diff -r 4af31167ea77 -r 13d7c31c74e0 terminalsecurity/SCP/SCPTimestampPlugin/src/SCPTimestampPlugin.cpp --- a/terminalsecurity/SCP/SCPTimestampPlugin/src/SCPTimestampPlugin.cpp Thu Jul 15 19:36:11 2010 +0300 +++ b/terminalsecurity/SCP/SCPTimestampPlugin/src/SCPTimestampPlugin.cpp Thu Aug 19 10:44:50 2010 +0300 @@ -26,7 +26,6 @@ #include #include #include -#include // For wipe //#include //#include @@ -583,27 +582,6 @@ if ( ( IsAfter( KSCPLastChangeTime, iExpiration, KSCPTypeDays ) == KSCPIsAfter ) || ( expireNow ) ) { - // Force password change - - HBufC16* resText = NULL; - TRAPD( err, resText = LoadResourceL( R_SET_SEC_CODE_AGING ) ); - FormatResourceString(*resText); - if ( err == KErrNone ) // If this fails, go on anyway to signal the psw change - { - TPtr16 bufDes = resText->Des(); - - TRAP_IGNORE( - CAknGlobalNote* note = CAknGlobalNote::NewLC(); - note->ShowNoteL( EAknGlobalWarningNote, bufDes ); - CleanupStack::PopAndDestroy( note ); - ); - - // Wait here a while so the dialog won't appear on top of the note - User::After( KSCPNoteTimeout ); - - delete resText; - } - // Refill the parameters to inform the client that the password // should be changed. aRetParams = CSCPParamObject::NewL();