supl/locationomasuplprotocolhandler/posmsgpluginapi/src/epos_comasuplreqasstdata.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   125     		{
   125     		{
   126     		TInt noOfElems = iSatInfo.Count();
   126     		TInt noOfElems = iSatInfo.Count();
   127     		aSatInfo.Reset();
   127     		aSatInfo.Reset();
   128     		for(TInt i = 0; i<noOfElems; i++)
   128     		for(TInt i = 0; i<noOfElems; i++)
   129     			{
   129     			{
   130     			aSatInfo.Append(iSatInfo[i]);		
   130     			TInt error = aSatInfo.Append(iSatInfo[i]);
       
   131     			if( error != KErrNone )
       
   132     			    {
       
   133                     return error;
       
   134     			    }
   131     			}    		
   135     			}    		
   132     		return KErrNone;
   136     		return KErrNone;
   133     		}
   137     		}
   134     	else
   138     	else
   135     		{
   139     		{