diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-4FE5CA06-8C3A-4AC1-80CE-4418AC55937A.dita --- a/Symbian3/PDK/Source/GUID-4FE5CA06-8C3A-4AC1-80CE-4418AC55937A.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-4FE5CA06-8C3A-4AC1-80CE-4418AC55937A.dita Tue Mar 30 11:56:28 2010 +0100 @@ -10,18 +10,17 @@ Reading -headers in a WSP bufferTWspField object holds the name and value pair -of the WSP header field. TWspHeaderSegmenter pulls the -header / value pair out of the WSP buffer (into TWspField). -Call TWspHeaderSegmenter::NextL() to iterate through the -WSP buffer. It calls TWspPrimitiveDecoder. -

CWspHeaderEncoder allows you to encode +headers in a WSP bufferTWspField object holds the name and value pair +of the WSP header field. TWspHeaderSegmenter pulls the header +/ value pair out of the WSP buffer (into TWspField). Call TWspHeaderSegmenter::NextL() to +iterate through the WSP buffer. It calls TWspPrimitiveDecoder. +

CWspHeaderEncoder allows you to encode the values and parameters of the header field. It creates one header at a time from the name / value pairs.

-

The following are the steps to encode the WSP header:

+

The following are the steps to encode the WSP header:

- - + + Create a header encoder object. //creates a pointer to CWspHeaderEncoder object CWspHeaderEncoder* primEncoder = CWspHeaderEncoder::NewLC();