wmdrm/camese/wmdrmdladefaulthttpplugin/src/wmdrmdladefaulthttpmanager.cpp
changeset 84 b09186059647
parent 46 78de010160a8
equal deleted inserted replaced
82:a117e284a2c6 84:b09186059647
   628     TInt nofheaders = iHdrValues.Count();
   628     TInt nofheaders = iHdrValues.Count();
   629 
   629 
   630     for ( TInt i = 0; i < nofheaders; i++ )
   630     for ( TInt i = 0; i < nofheaders; i++ )
   631         {
   631         {
   632         TInt field = iHdrFields[i];
   632         TInt field = iHdrFields[i];
   633         const TDesC8& fieldStr = HTTP_STRING( field ).DesC();
       
   634         HBufC8* pValue = iHdrValues[i];
   633         HBufC8* pValue = iHdrValues[i];
   635         SetHeaderL( hdr, field, *pValue );
   634         SetHeaderL( hdr, field, *pValue );
   636         }
   635         }
   637 
   636 
   638     // Submit HTTP transaction
   637     // Submit HTTP transaction