filemanager/bkupengine/inc/CMMCScBkupIndexActiveData.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 CMMCScBkupIndexActiveData
       
    15 *     
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __CMMCSCBKUPINDEXACTIVEDATA_H__
       
    20 #define __CMMCSCBKUPINDEXACTIVEDATA_H__
       
    21 
       
    22 // User includes
       
    23 #include "CMMCScBkupIndexWithIdentifier.h"
       
    24 
       
    25 
       
    26 /**
       
    27 *
       
    28 *
       
    29 * @since 3.0
       
    30 */
       
    31 NONSHARABLE_CLASS(CMMCScBkupIndexActiveData) : public CMMCScBkupIndexWithIdentifier< TSecureId >
       
    32     {
       
    33     public:
       
    34 
       
    35         /**
       
    36         * Static constructor
       
    37         */
       
    38         static CMMCScBkupIndexActiveData* NewLC();
       
    39 
       
    40     private:
       
    41 
       
    42         /**
       
    43         * C++ default constructor
       
    44         */
       
    45         CMMCScBkupIndexActiveData();
       
    46 
       
    47     };
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 #endif // __CMMCSCBKUPINDEXACTIVEDATA_H__
       
    53 
       
    54 //End of File