diff -r ecf6a73a9186 -r 60a8a215b0ec email/pop3andsmtpmtm/smtpservermtm/inc/IMSM.H --- a/email/pop3andsmtpmtm/smtpservermtm/inc/IMSM.H Tue Oct 05 13:58:47 2010 +0530 +++ b/email/pop3andsmtpmtm/smtpservermtm/inc/IMSM.H Tue Oct 19 11:30:16 2010 +0530 @@ -57,9 +57,9 @@ ~CMsgImOutboxSend(); #if (defined SYMBIAN_USER_PROMPT_SERVICE) - void StartL(TRequestStatus& aStatus, TThreadId aClientThreadId, TBool aHasCapability); + void StartL(TRequestStatus& aStatus, TThreadId aClientThreadId, TBool aHasCapability, TBool aIsSilent); #endif - void StartL(TRequestStatus& aStatus); + void StartL(TRequestStatus& aStatus, TBool aIsSilent); const TImSmtpProgress& Progress(); TBool SessionIsConnected(); @@ -157,6 +157,8 @@ TBool iDecrementMessageCountAfterMigration; TPckgBuf iMobilityProgressBuffer; + TBool iIsSilent; + }; #endif