filemanager/bkupengine/inc/CMMCScBkupIndexSystemData.h
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     1 /*
       
     2 * Copyright (c) 2005 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: Declaration for CMMCScBkupIndexSystemData
       
    15 *     
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __CMMCSCBKUPINDEXSYSTEMDATA_H__
       
    20 #define __CMMCSCBKUPINDEXSYSTEMDATA_H__
       
    21 
       
    22 // System includes
       
    23 #include <f32file.h>
       
    24 
       
    25 // User includes
       
    26 #include "CMMCScBkupIndexWithIdentifier.h"
       
    27 
       
    28 /**
       
    29 *
       
    30 *
       
    31 * @since 3.0
       
    32 */
       
    33 NONSHARABLE_CLASS(CMMCScBkupIndexSystemData) : public CMMCScBkupIndexWithIdentifier< TInt32 >
       
    34     {
       
    35     public:
       
    36 
       
    37         /**
       
    38         * Static constructor
       
    39         */
       
    40         static CMMCScBkupIndexSystemData* NewLC();
       
    41 
       
    42     private:
       
    43 
       
    44         /**
       
    45         * C++ default constructor
       
    46         */
       
    47         CMMCScBkupIndexSystemData();
       
    48 
       
    49     };
       
    50 
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 #endif // __CMMCSCBKUPINDEXSYSTEMDATA_H__
       
    56 
       
    57 //End of File