diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-D0BD34C9-7793-5FA0-8864-FD7444D62F90.dita --- a/Symbian3/SDK/Source/GUID-D0BD34C9-7793-5FA0-8864-FD7444D62F90.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-D0BD34C9-7793-5FA0-8864-FD7444D62F90.dita Tue Jul 20 12:00:49 2010 +0100 @@ -21,7 +21,7 @@ ... }; - +

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.

@@ -36,7 +36,7 @@ TDblQueLink iDlink2; }; - +

Elements can also be objects constructed from a variety of classes, all ultimately derived from the same base class, where that base class includes @@ -60,7 +60,7 @@ } - +

New link elements are inserted into an existing list using either TDblQueLink::Enque() or TDblQueLink::AddBefore() function. Note that AddBefore() is not available in v5. These are prototyped as:

@@ -71,13 +71,13 @@ is added to the list so that its position follows the element aLink, as the following figure shows.

- +

Calling AddBefore() on an element means that this element is added to the list so that its position precedes the element aLink, as the following figure shows.

- +

Note that new elements cannot be inserted at the beginning or end of a list using these functions. The AddFirst() and AddLast() members