email/pop3andsmtpmtm/smtpservermtm/inc/IMSM.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
--- 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<TImSmtpProgress> iMobilityProgressBuffer;	
+	TBool iIsSilent;
+	
 	};
 
 #endif