phonebookui/Phonebook2/USIMExtension/inc/Pbk2USimUI.rh
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    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;