remotemgmt_plat/syncml_ds_error_reporting_api/inc/nsmloperatorerrorcrkeys.h
changeset 60 eb6690d0d439
equal deleted inserted replaced
55:1c556dee8eb1 60:eb6690d0d439
       
     1 /*
       
     2 * Copyright (c) 2009 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:  SyncML DS Error reporting API CenRep key definitions
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef NSMLOPERATORERRORCRKEYS_H
       
    19 #define NSMLOPERATORERRORCRKEYS_H
       
    20 
       
    21 #include <e32std.h>
       
    22 
       
    23 /**
       
    24  * SyncML DS error reporting keys
       
    25  *
       
    26  */
       
    27 const TUid KCRUidOperatorDatasyncErrorKeys = { 0x2001FDF1 };
       
    28 
       
    29 /**
       
    30  * KNsmlOpDsSyncErrorCode
       
    31  * Holds error code of latest DS sync (0 if no error occured).
       
    32  * Storing of error codes is configured in KCRUidOperatorDatasyncInternalKeys
       
    33  * (nsmloperatordatacrkeys.h).
       
    34  */
       
    35 const TUint32 KNsmlOpDsSyncErrorCode = 0x00000001;
       
    36 
       
    37 /**
       
    38  * KNsmlOpDsSyncProfId
       
    39  * Holds sync profile Id used in last DS sync
       
    40  */
       
    41 const TUint32 KNsmlOpDsSyncProfId = 0x00000002;
       
    42 
       
    43 /**
       
    44  * KNsmlOpDsSyncType
       
    45  * Holds sync type used in last DS sync
       
    46  */
       
    47 const TUint32 KNsmlOpDsSyncType = 0x00000003;
       
    48 
       
    49 /**
       
    50  * KNsmlOpDsSyncInitiation
       
    51  * Holds sync initiation used in last DS sync
       
    52  */
       
    53 const TUint32 KNsmlOpDsSyncInitiation = 0x00000004;
       
    54 
       
    55 #endif //NSMLOPERATORERRORCRKEYS_H