Symbian3/PDK/Source/GUID-4FE5CA06-8C3A-4AC1-80CE-4418AC55937A.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 9 59758314f811
--- 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 @@
 <!DOCTYPE task
   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
 <task id="GUID-4FE5CA06-8C3A-4AC1-80CE-4418AC55937A" xml:lang="en"><title>Reading
-headers in a WSP buffer</title><shortdesc><apiname>TWspField</apiname> object holds the name and value pair
-of the WSP header field. <apiname>TWspHeaderSegmenter</apiname> pulls the
-header / value pair out of the WSP buffer (into <apiname>TWspField</apiname>).
-Call <apiname>TWspHeaderSegmenter::NextL()</apiname> to iterate through the
-WSP buffer. It calls <apiname>TWspPrimitiveDecoder</apiname>.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
-<prereq>       <p><xref href="GUID-8E0D4BBE-BD06-396F-9517-45F9BFCDEF37.dita"><apiname>CWspHeaderEncoder</apiname></xref> allows you to encode
+headers in a WSP buffer</title><shortdesc><codeph>TWspField</codeph> object holds the name and value pair
+of the WSP header field. <codeph>TWspHeaderSegmenter</codeph> pulls the header
+/ value pair out of the WSP buffer (into <codeph>TWspField</codeph>). Call <codeph>TWspHeaderSegmenter::NextL()</codeph> to
+iterate through the WSP buffer. It calls <codeph>TWspPrimitiveDecoder</codeph>.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
+<prereq id="GUID-333175CE-6D40-4F5C-9AD8-122A383CA3EF">       <p><xref href="GUID-8E0D4BBE-BD06-396F-9517-45F9BFCDEF37.dita"><apiname>CWspHeaderEncoder</apiname></xref> allows you to encode
 the values and parameters of the header field. It creates one header at a
 time from the name / value pairs.</p>     </prereq>
-<context>       <p>The following are the steps to encode the WSP header:</p> 
+<context id="GUID-CAFFF446-43D5-440C-9B32-C3B9A518D2D3">       <p>The following are the steps to encode the WSP header:</p> 
    </context>
-<steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-7-1-11-1-1-6-1-5-1-5-1-9-1-3-1-3-3">
-<step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-7-1-11-1-1-6-1-5-1-5-1-9-1-3-1-3-3-1"><cmd/>
+<steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-10-1-12-1-1-6-1-5-1-5-1-9-1-3-1-3-3">
+<step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-10-1-12-1-1-6-1-5-1-5-1-9-1-3-1-3-3-1"><cmd/>
 <info>Create a header encoder object.</info>
 <stepxmp><codeblock xml:space="preserve">//creates a pointer to CWspHeaderEncoder object
 CWspHeaderEncoder* primEncoder = CWspHeaderEncoder::NewLC();</codeblock></stepxmp>