filemanager/bkupengine/inc/TMMCScBkupOwnerDataType.h
branchRCL_3
changeset 20 491b3ed49290
parent 19 95243422089a
child 21 65326cf895ed
equal deleted inserted replaced
19:95243422089a 20:491b3ed49290
     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 TMMCScBkupOwnerDataType
       
    15 *     
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __TMMCSCBKUPOWNERDATATYPE_H__
       
    20 #define __TMMCSCBKUPOWNERDATATYPE_H__
       
    21 
       
    22 // NB. This file is included inside an HRH file, so do not include
       
    23 // C++ constructs.
       
    24 
       
    25 /**
       
    26 * DO NOT CHANGE THE ORDER OF THIS ENUMERATION
       
    27 *
       
    28 * @since 3.0
       
    29 */
       
    30 enum TMMCScBkupOwnerDataType
       
    31     {
       
    32     // Relates to all data owners
       
    33     EMMCScBkupOwnerDataTypeDataOwner = 0,
       
    34 
       
    35     // Relates to java data for a particular owner
       
    36     EMMCScBkupOwnerDataTypeJavaData,
       
    37 
       
    38     // Relates to public data for a particular owner
       
    39     EMMCScBkupOwnerDataTypePublicData,
       
    40 
       
    41     // Relates to system data for a particular owner
       
    42     EMMCScBkupOwnerDataTypeSystemData,
       
    43 
       
    44     // Relates to active data for a particular owner
       
    45     EMMCScBkupOwnerDataTypeActiveData,
       
    46 
       
    47     // Relates to passive data for a particular owner
       
    48     EMMCScBkupOwnerDataTypePassiveData,
       
    49 
       
    50     // Always leave this last, don't assign it
       
    51     // a value. Don't use it either!
       
    52     EMMCScBkupOwnerDataTypeCount,
       
    53 
       
    54     // A generic 'any data type' value. Used by the drive-specific-request &
       
    55     // data sizer. Not a real SBE data type, hence it appears after
       
    56     // the last marker.
       
    57     EMMCScBkupOwnerDataTypeAny
       
    58     };
       
    59 
       
    60 
       
    61 
       
    62 #endif // __TMMCSCBKUPOWNERDATATYPE_H__
       
    63 
       
    64 //End of File