equal
deleted
inserted
replaced
348 |
348 |
349 TIdentityRelation<TLbtTriggerStoreChangeObserver> compareAlgoirthm(ObserverCompare); |
349 TIdentityRelation<TLbtTriggerStoreChangeObserver> compareAlgoirthm(ObserverCompare); |
350 |
350 |
351 if ( KErrNotFound == iObservers.Find(obsvr, compareAlgoirthm) ) |
351 if ( KErrNotFound == iObservers.Find(obsvr, compareAlgoirthm) ) |
352 { |
352 { |
353 TInt error = iObservers.Append( obsvr ); |
353 iObservers.Append( obsvr ); |
354 if( error != KErrNone ) |
|
355 { |
|
356 LOG1("Failed to add observer to the array:%d",error); |
|
357 } |
|
358 } |
354 } |
359 } |
355 } |
360 |
356 |
361 // --------------------------------------------------------------------------- |
357 // --------------------------------------------------------------------------- |
362 // RemoveObserver |
358 // RemoveObserver |