locationtriggering/ltserver/ltserverlogic/src/lbtaooperationbase.cpp
changeset 39 3efc7a0e8755
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
   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