diff -r ecf6a73a9186 -r 60a8a215b0ec email/pop3andsmtpmtm/smtpservermtm/inc/csmtpsessionmanager.h --- a/email/pop3andsmtpmtm/smtpservermtm/inc/csmtpsessionmanager.h Tue Oct 05 13:58:47 2010 +0530 +++ b/email/pop3andsmtpmtm/smtpservermtm/inc/csmtpsessionmanager.h Tue Oct 19 11:30:16 2010 +0530 @@ -48,7 +48,8 @@ TBool IsSessionConnected(); TBool IsConnectionStarted(); TInt GetAccessPointIdForConnection(TUint32& aAccessPointId) const; - + void SetSilentConnection(TBool aIsSilent); + private: enum TState { @@ -102,6 +103,9 @@ // State machine state TState iState; + + // Silent Connection + TBool iIsSilent; }; #endif // __CSMTPSESSIONMANAGER_H__