Symbian3/SDK/Source/GUID-E161AB84-1B24-53AF-B313-D68CF9F8EE60.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
--- a/Symbian3/SDK/Source/GUID-E161AB84-1B24-53AF-B313-D68CF9F8EE60.dita	Fri Jul 16 17:23:46 2010 +0100
+++ b/Symbian3/SDK/Source/GUID-E161AB84-1B24-53AF-B313-D68CF9F8EE60.dita	Tue Jul 20 12:00:49 2010 +0100
@@ -35,7 +35,7 @@
 pointer to the first byte following the end of the buffer, while <codeph>Back()</codeph> always
 returns a pointer to the beginning of the buffer.</p> <fig id="GUID-D4084F4C-B928-5779-A58F-CB495A74EE68">
 <title>End() and Back() in fixed flat arrays</title>
-<image href="GUID-81A5784D-A0C6-5108-9E7B-5D39C6743B1A_d0e216847_href.png" placement="inline"/>
+<image href="GUID-81A5784D-A0C6-5108-9E7B-5D39C6743B1A_d0e221845_href.png" placement="inline"/>
 </fig> </section>
 <section id="GUID-27F85346-3B08-4E06-A80D-A5B708105659"><title>Segmented array</title> <p>For a segmented array, the situation
 is different (as illustrated below). Looking at the segment containing elements <codeph>n</codeph> and <codeph>n+1</codeph>, <codeph>End()</codeph> returns a pointer to the first byte following the end of that segment. In
@@ -47,7 +47,7 @@
 element in the array, <codeph>Back()</codeph> returns a pointer with a NULL
 value.</p> <fig id="GUID-90C05AF9-9048-557E-95DD-49A19F856EF0">
 <title>End() and Back() in fixed segmented arrays</title>
-<image href="GUID-C0CFFE13-579C-5A93-9B63-DC2DCF98EC61_d0e216896_href.png" placement="inline"/>
+<image href="GUID-C0CFFE13-579C-5A93-9B63-DC2DCF98EC61_d0e221894_href.png" placement="inline"/>
 </fig> </section>
 <section id="GUID-165D9F3E-3948-4DC0-9632-FF70480C495C"><title>See also</title> <p><xref href="GUID-112AAFA5-B4C9-5B62-A106-FB5097C13A0E.dita">Dynamic
 Buffers Guide</xref>.</p> </section>