uifw/AknGlobalUI/OldStyleNotif/Src/AknNotifyPlugin.cpp
branchRCL_3
changeset 38 c52421ed5f07
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
29:a8834a2e9a96 38:c52421ed5f07
    50                 TVersion(0,0,0),
    50                 TVersion(0,0,0),
    51                 TCapabilitySet(ECapabilityReadDeviceData));
    51                 TCapabilitySet(ECapabilityReadDeviceData));
    52                 
    52                 
    53             if (!err)                
    53             if (!err)                
    54                 {
    54                 {
    55                 iArray.Append(aId);
    55                 err = iArray.Append(aId);
    56                 }
    56                 }
    57             }
    57             }
    58             
    58             
    59         if (!err)
    59         if (!err)
    60             { // ignore possible errors from now on...
    60             { // ignore possible errors from now on...