diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-24D16BF8-7BF1-5FF2-BCA8-E5200A9E8431.dita --- 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 @@ }; Two elements in a linked list - +

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.

@@ -39,7 +39,7 @@ An example of two elements, in two lists where they are consecutive elements in both lists - +

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 @@ Example of a linked list of different element types - +

Note that the link object is at the same offset in each element in this list.