filemanager/App/inc/MFileManagerSchBackupObserver.h
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Scheduled backup result observer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef M_FILEMANAGERSCHBACKUPOBSERVER_H
       
    21 #define M_FILEMANAGERSCHBACKUPOBSERVER_H
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32base.h>
       
    26 
       
    27 
       
    28 // CLASS DECLARATION
       
    29 /**
       
    30  *  This class observes global scheduled backup notifications
       
    31  *
       
    32  *  @since S60 3.1
       
    33  */
       
    34 class MFileManagerSchBackupObserver
       
    35     {
       
    36 
       
    37 public:
       
    38     /**
       
    39      * Handles scheduled backup finished notification
       
    40      *
       
    41      * @since S60 3.1
       
    42      * @param aError Finished backup status
       
    43      */
       
    44     virtual void SchBackupFinishedL( TInt aError ) = 0;
       
    45 
       
    46     };
       
    47 
       
    48 #endif // M_FILEMANAGERSCHBACKUPOBSERVER_H   
       
    49             
       
    50 // End of File