email/imap4mtm/imapservermtm/inc/cimapupsresponsewaiter.h
changeset 52 12db4185673b
parent 0 72b543305e3a
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
     1 // cimapupsresponsewaiter.h
     1 // cimapupsresponsewaiter.h
     2 
     2 
     3 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     4 // All rights reserved.
     4 // All rights reserved.
     5 // This component and the accompanying materials are made available
     5 // This component and the accompanying materials are made available
     6 // under the terms of "Eclipse Public License v1.0"
     6 // under the terms of "Eclipse Public License v1.0"
     7 // which accompanies this distribution, and is available
     7 // which accompanies this distribution, and is available
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    48 
    48 
    49 	// from CMsgActive;
    49 	// from CMsgActive;
    50 	void DoRunL();
    50 	void DoRunL();
    51 	void DoCancel();
    51 	void DoCancel();
    52 private:
    52 private:
       
    53 	CImapSettings*              iImapSettings;
    53 	CMsvServerEntry& 			iServerEntry;
    54 	CMsvServerEntry& 			iServerEntry;
    54 	CImapProtocolController& 	iImapProtocolController;
    55 	CImapProtocolController& 	iImapProtocolController;
    55 	CMsvEntrySelection* 		iEntrySelection;
    56 	CMsvEntrySelection* 		iEntrySelection;
    56 	/** For interaction with UPS server */
    57 	/** For interaction with UPS server */
    57 	RUpsSession 				iUpsSession;
    58 	RUpsSession 				iUpsSession;