equal
deleted
inserted
replaced
1217 { |
1217 { |
1218 CEntryAttributes* entryAttributes = CEntryAttributes::NewL(); |
1218 CEntryAttributes* entryAttributes = CEntryAttributes::NewL(); |
1219 |
1219 |
1220 CleanupStack::PushL( entryAttributes ); |
1220 CleanupStack::PushL( entryAttributes ); |
1221 |
1221 |
1222 TBool id; |
1222 TBool id = EFalse; |
1223 |
1223 |
1224 const TLiwGenericParam* param = NULL; |
1224 const TLiwGenericParam* param = NULL; |
1225 |
1225 |
1226 if ( aPosBasedSearch ) |
1226 if ( aPosBasedSearch ) |
1227 { |
1227 { |