uifw/AknGlobalUI/OldStyleNotif/Src/AknNotifyPlugin.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
child 59 978afdc0236f
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
    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...