Symbian3/SDK/Source/GUID-24D16BF8-7BF1-5FF2-BCA8-E5200A9E8431.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
--- a/Symbian3/SDK/Source/GUID-24D16BF8-7BF1-5FF2-BCA8-E5200A9E8431.dita	Fri Jul 16 17:23:46 2010 +0100
+++ b/Symbian3/SDK/Source/GUID-24D16BF8-7BF1-5FF2-BCA8-E5200A9E8431.dita	Tue Jul 20 12:00:49 2010 +0100
@@ -22,7 +22,7 @@
     };</codeblock>
 <fig id="GUID-C1BDFB57-AAD9-55A2-8E02-D9277BCCE122">
 <title>Two elements in a linked list</title>
-<image href="GUID-C014FC75-732F-558F-8E6A-77DDAA032930_d0e214465_href.png" placement="inline"/>
+<image href="GUID-C014FC75-732F-558F-8E6A-77DDAA032930_d0e219463_href.png" placement="inline"/>
 </fig>
 <p>Although any kind of object can be an element of a linked list, most lists
 consist of elements which are all of the same type.</p>
@@ -39,7 +39,7 @@
 <fig id="GUID-AA2CB21D-B848-5ADF-8B0E-7E2928C84DBE">
 <title>An example of two elements, in two lists where they are consecutive
 elements in both lists</title>
-<image href="GUID-773A0EDC-F17C-553B-BEC3-DA990F5064B7_d0e214491_href.png" placement="inline"/>
+<image href="GUID-773A0EDC-F17C-553B-BEC3-DA990F5064B7_d0e219489_href.png" placement="inline"/>
 </fig>
 <p>Elements can also be objects constructed from a variety of classes, all
 ultimately derived from the same base class, where that base class includes
@@ -64,7 +64,7 @@
 </codeblock>
 <fig id="GUID-408F856C-86C0-5ED2-A61D-2F81B41566DD">
 <title>Example of a linked list of different element types</title>
-<image href="GUID-935057C9-8FA9-5B41-A36C-03A825C51B32_d0e214529_href.png" placement="inline"/>
+<image href="GUID-935057C9-8FA9-5B41-A36C-03A825C51B32_d0e219527_href.png" placement="inline"/>
 </fig>
 <p>Note that the link object is at the same offset in each element in this
 list.</p>