Symbian3/SDK/Source/GUID-27340D18-A31D-512E-920A-B06C784A978A.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
--- a/Symbian3/SDK/Source/GUID-27340D18-A31D-512E-920A-B06C784A978A.dita	Fri Jul 16 17:23:46 2010 +0100
+++ b/Symbian3/SDK/Source/GUID-27340D18-A31D-512E-920A-B06C784A978A.dita	Tue Jul 20 12:00:49 2010 +0100
@@ -26,7 +26,7 @@
 idea: </p>
 <fig id="GUID-756DB8BA-1D6F-56AE-9C93-66DD3512B4A7">
 <title>           String pool representation          </title>
-<image href="GUID-7F8F6ABB-8F46-5486-A116-6965787BC539_d0e177349_href.png" placement="inline"/>
+<image href="GUID-7F8F6ABB-8F46-5486-A116-6965787BC539_d0e182374_href.png" placement="inline"/>
 </fig>
 <p>A string pool is a mechanism for storing strings in a particular way that
 makes the comparison of strings a very fast operation. It is particularly
@@ -81,7 +81,7 @@
 to a call to: </p> <codeblock id="GUID-2FAB371D-74A4-5D7E-99F1-B7C02BEDA8D5" xml:space="preserve">void RStringTable::OpenL( const TStringTable&amp; aTable );</codeblock> <p>The following diagram illustrates a general picture. Note that the strings
 in any given string table are deemed to be either case sensitive or case insensitive,
 and this governs how comparisons are made. </p> <fig id="GUID-D7CEA86C-0643-5BDA-A60E-D80B97008BF2">
-<image href="GUID-ECACB935-AD19-5BE6-AC27-A63465244087_d0e177456_href.png" placement="inline"/>
+<image href="GUID-ECACB935-AD19-5BE6-AC27-A63465244087_d0e182481_href.png" placement="inline"/>
 </fig> <p>As the name implies, a static string table is declared as a <codeph>const
           TStringTable</codeph> data member of a class with a user-defined
 name. The class name is defined in a header file while the table itself is