locationtriggering/ltserver/ltserverlogic/src/lbtaooperationbase.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   117                                   TLbtContainerChangedAreaType /*aAreaType*/,
   117                                   TLbtContainerChangedAreaType /*aAreaType*/,
   118                                   RArray<TUid>& aManagerUids )
   118                                   RArray<TUid>& aManagerUids )
   119     {
   119     {
   120     for( TInt i=0;i<aManagerUids.Count();i++ )
   120     for( TInt i=0;i<aManagerUids.Count();i++ )
   121         {
   121         {
   122         iManagerUidArray.Append( aManagerUids[i] );
   122         TInt error = iManagerUidArray.Append( aManagerUids[i] );
       
   123         if( error != KErrNone )
       
   124             {
       
   125             LOG1("Failed to append manager uids to array:%d",error);
       
   126             return;
       
   127             }
   123         }
   128         }
   124     }
   129     }
   125 
   130 
   126 // ---------------------------------------------------------------------------
   131 // ---------------------------------------------------------------------------
   127 // CLbtAOOperationBase::GetManagerArray
   132 // CLbtAOOperationBase::GetManagerArray