diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-07045409-4714-5800-89EF-73590D4F0F37.dita --- a/Symbian3/PDK/Source/GUID-07045409-4714-5800-89EF-73590D4F0F37.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-07045409-4714-5800-89EF-73590D4F0F37.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,21 +1,21 @@ - - - - - -LinksEach element of a singly linked list must contain a link object. -

An element in a singly linked list can be any kind of object. For an object -to be an element of a singly linked list, the class of that object must include -a link object as a component.

-

A link object has a data member containing a pointer which points forwards -to the next link object. A link object also has function members to implement -the behaviour expected of link objects, for example, connecting itself to -another link object.

-

A link is an instance of the TSglQueLink class.

+ + + + + +LinksEach element of a singly linked list must contain a link object. +

An element in a singly linked list can be any kind of object. For an object +to be an element of a singly linked list, the class of that object must include +a link object as a component.

+

A link object has a data member containing a pointer which points forwards +to the next link object. A link object also has function members to implement +the behaviour expected of link objects, for example, connecting itself to +another link object.

+

A link is an instance of the TSglQueLink class.

\ No newline at end of file