accessoryservices/tspclientmapper/src/tspclientmapperimpl.cpp
branchRCL_3
changeset 10 66ecddbca914
parent 0 4e1aa6a622a0
equal deleted inserted replaced
9:21e939dd208a 10:66ecddbca914
   543     for ( TInt i = 0; i < count; i++ )
   543     for ( TInt i = 0; i < count; i++ )
   544         {
   544         {
   545         if ( (TInt)buf().operator[]( i ) != 0 ) // count of registered clients is lost with TFixedArray, so rely on id being different from 0
   545         if ( (TInt)buf().operator[]( i ) != 0 ) // count of registered clients is lost with TFixedArray, so rely on id being different from 0
   546             {
   546             {
   547             COM_TRACE_1( "[TspClientMapperImpl] CTspClientMapperImpl::GetTspTargetClientsL() first client's Pid = %d", (TInt)buf().operator[]( i ) );
   547             COM_TRACE_1( "[TspClientMapperImpl] CTspClientMapperImpl::GetTspTargetClientsL() first client's Pid = %d", (TInt)buf().operator[]( i ) );
   548             aPidArray.Append( buf().operator[]( i ) );
   548             returnErr = aPidArray.Append( buf().operator[]( i ) );
   549             }
   549 			if ( returnErr != KErrNone )
   550         }
   550 				{
   551 	COM_TRACE_( "[TspClientMapperImpl] CTspClientMapperImpl::GetTspTargetClientsL() - return" );
   551 				break;
       
   552 				}
       
   553 			}
       
   554         }
       
   555 	COM_TRACE_1 ( "[TspClientMapperImpl] CTspClientMapperImpl::GetTspTargetClientsL() - returnErr: %d", returnErr );
   552 	return returnErr;
   556 	return returnErr;
   553 	
   557 	
   554 	}
   558 	}
   555 
   559 
   556 // -----------------------------------------------------------------------------
   560 // -----------------------------------------------------------------------------