emailservices/emailframework/inc/MFSMailRequestObserver.h
changeset 0 8466d47a6819
child 18 578830873419
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  defines framework request observer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MFSMAILREQUESTOBSERVER_H
       
    20 #define MFSMAILREQUESTOBSERVER_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32std.h>
       
    24 #include <e32base.h>
       
    25 
       
    26 //<cmail>
       
    27 #include "cfsmailcommon.h"
       
    28 #include "cfsmailmessage.h"
       
    29 //</cmail>
       
    30 
       
    31 /**
       
    32  * freestyle email framework plugin response observer
       
    33  * for async requests and sync status
       
    34  *
       
    35  *  @lib FSFWCommonLib
       
    36  *  @since S60 v3.1
       
    37  */
       
    38 class MFSMailRequestObserver
       
    39     {
       
    40     public:
       
    41 
       
    42     /**
       
    43      * asynchronous request response message
       
    44      *
       
    45      * @param aEvent plugin event description
       
    46      * @param aRequestId request id of asyncronous operation
       
    47      */
       
    48      virtual void RequestResponseL( TFSProgress aEvent, TInt aRequestId ) = 0;
       
    49     
       
    50     };
       
    51 
       
    52 #endif  // MFSMAILREQUESTOBSERVER_H
       
    53 
       
    54 // End of File