remotemgmt_plat/syncml_ds_error_reporting_api/inc/NSmlOperatorErrorCRKeys.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 11 06f47423ecee
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  SyncMLNotifier Domain CenRep key definitions
    14 * Description:  SyncML DS Error reporting API CenRep key definitions
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef NSMLOPERATORERRORCRKEYS_H
    18 #ifndef NSMLOPERATORERRORCRKEYS_H
    19 #define NSMLOPERATORERRORCRKEYS_H
    19 #define NSMLOPERATORERRORCRKEYS_H
    20 
    20 
    21 #include <e32std.h>
    21 #include <e32std.h>
    22 
    22 
    23 /**
    23 /**
    24  * SyncML framework operator settings
    24  * SyncML DS error reporting keys
    25  *
    25  *
    26  */
    26  */
    27 const TUid KCRUidOperatorDatasyncErrorKeys = { 0x2001FDF1 };
    27 const TUid KCRUidOperatorDatasyncErrorKeys = { 0x2001FDF1 };
    28 
    28 
    29 /**
    29 /**
    30  * KNsmlOpDsErrorCode
    30  * KNsmlOpDsSyncErrorCode
    31  * Define operator specific SyncML error code
    31  * Holds error code of latest DS sync (0 if no error occured).
    32  *
    32  * Storing of error codes is configured in KCRUidOperatorDatasyncInternalKeys
       
    33  * (nsmloperatordatacrkeys.h).
    33  */
    34  */
    34 const TUint32 KNsmlOpDsErrorCode = 0x00000001;
    35 const TUint32 KNsmlOpDsSyncErrorCode = 0x00000001;
    35 
    36 
    36 /**
    37 /**
    37  * KNsmlOpDsSyncProfUid
    38  * KNsmlOpDsSyncProfId
    38  * Defines operator sync profile uid
    39  * Holds sync profile Id used in last DS sync
    39  */
    40  */
    40 const TUint32 KNsmlOpDsSyncProfUid = 0x00000002;
    41 const TUint32 KNsmlOpDsSyncProfId = 0x00000002;
    41 
    42 
    42 /**
    43 /**
    43  * KNsmlOpDsSyncType
    44  * KNsmlOpDsSyncType
    44  * Define sync type
    45  * Holds sync type used in last DS sync
    45  *
       
    46  */
    46  */
    47 const TUint32 KNsmlOpDsSyncType = 0x00000003;
    47 const TUint32 KNsmlOpDsSyncType = 0x00000003;
    48 
    48 
    49 /**
    49 /**
    50  * KNsmlOpDsSyncInitiation
    50  * KNsmlOpDsSyncInitiation
    51  * Define sync initiation
    51  * Holds sync initiation used in last DS sync
    52  *
       
    53  */
    52  */
    54 const TUint32 KNsmlOpDsSyncInitiation = 0x00000004;
    53 const TUint32 KNsmlOpDsSyncInitiation = 0x00000004;
    55 
    54 
    56 #endif //NSMLOPERATORERRORCRKEYS_H
    55 #endif //NSMLOPERATORERRORCRKEYS_H