phonebookui/Phonebook2/USIMExtension/inc/Pbk2USimUI.rh
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    47 //
    47 //
    48 STRUCT PSU2_COPY_TO_SIM_FIELDTYPE_MAPPING
    48 STRUCT PSU2_COPY_TO_SIM_FIELDTYPE_MAPPING
    49     {
    49     {
    50     // VPBK_FIELD_TYPE_SELECTOR that defines the fields that are mapped from
    50     // VPBK_FIELD_TYPE_SELECTOR that defines the fields that are mapped from
    51     STRUCT sourceTypeSelector;
    51     STRUCT sourceTypeSelector;
    52     // The SIM field type resource id, from vpbkeng.rsg
    52     // The SIM field type resource id, from VPbkEng.rsg
    53     LONG targetSimType;
    53     LONG targetSimType;
    54     // Flags defined in Pbk2UsimUi.hrh
    54     // Flags defined in Pbk2UsimUi.hrh
    55     BYTE flags = 0;
    55     BYTE flags = 0;
    56     /// One of the values in TPsu2ErrorCode/Pbk2UsimUi.hrh
    56     /// One of the values in TPsu2ErrorCode/Pbk2UsimUi.hrh
    57     BYTE iBlockingError = KPsu2NoError;
    57     BYTE iBlockingError = KPsu2NoError;