--- a/Symbian3/PDK/Source/GUID-09A760FD-4C2A-5F79-91F2-DCC25A63699C.dita Tue Jul 20 12:00:49 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-09A760FD-4C2A-5F79-91F2-DCC25A63699C.dita Fri Aug 13 16:47:46 2010 +0100
@@ -45,7 +45,7 @@
following diagram is an example of a content file. The same diagram is used
in the procedure to illustrate the implementation of Consumer API. </p> <fig id="GUID-BA86F65C-C34B-57C3-8FD5-A76C61EDF035">
<title> Example content file </title>
-<image href="GUID-1467745D-7C3F-52EC-8C1E-7E2F505B7313_d0e588963_href.png" placement="inline"/>
+<image href="GUID-1467745D-7C3F-52EC-8C1E-7E2F505B7313_d0e584965_href.png" placement="inline"/>
</fig> </section>
<section><title>Procedure</title> <ol id="GUID-FE716629-86BE-513F-82F5-89107FB41F0E">
<li id="GUID-BD7166E0-7D9C-5F55-9DF3-1DE17AEBB80B"><p><xref href="GUID-09A760FD-4C2A-5F79-91F2-DCC25A63699C.dita#GUID-09A760FD-4C2A-5F79-91F2-DCC25A63699C/GUID-09F7434B-318B-5084-8E8B-54FA0ED48031">Create a content object</xref>. </p> </li>
@@ -84,7 +84,7 @@
as a jpeg image is a container, it's just that the file only has the <codeph>"DEFAULT"</codeph> object
embedded inside. </p> <p>So, when the example file shown earlier is opened,
the following objects can be seen by the <xref href="GUID-EF3C33C0-F02E-3C35-B289-3800631EDC3A.dita"><apiname>CContent</apiname></xref>: </p> <fig id="GUID-EC064DCF-FC5D-59AC-BF5F-378A57808A47">
-<image href="GUID-518FC822-AF10-57E8-990E-BB03C2D6ACBE_d0e589136_href.png" placement="inline"/>
+<image href="GUID-518FC822-AF10-57E8-990E-BB03C2D6ACBE_d0e585138_href.png" placement="inline"/>
</fig> <p>In this top level container, there is only one embedded content
object visible (the <filepath>.jpg</filepath> file) and two embedded container
objects. </p> <codeblock id="GUID-87F01EE6-EDEC-584B-844C-1DDB939FB5B3" xml:space="preserve">// Create an array to store the results of CContent::GetEmbeddedObjectsL()
@@ -118,7 +118,7 @@
// Open the first container
content->OpenContainer(UniqueId);</codeblock> <p>Now <xref href="GUID-EF3C33C0-F02E-3C35-B289-3800631EDC3A.dita"><apiname>CContent</apiname></xref> can
see the contents of Container 1: </p> <fig id="GUID-2A67C29A-FBF3-553E-B653-462F5128B2F4">
-<image href="GUID-DC7E3634-9762-542F-BDAE-AC1F2D03F55D_d0e589185_href.png" placement="inline"/>
+<image href="GUID-DC7E3634-9762-542F-BDAE-AC1F2D03F55D_d0e585187_href.png" placement="inline"/>
</fig> <p>At this point, listing the objects that <xref href="GUID-EF3C33C0-F02E-3C35-B289-3800631EDC3A.dita"><apiname>CContent</apiname></xref> can
see gives six MP3 files and one container object. </p> <codeblock id="GUID-F1A7C149-9AB1-5DD2-BE20-280431DBAF40" xml:space="preserve">// Get the embedded content objects in the current container
content->GetEmbeddedObjectsL(myArray, EContentObject);
@@ -266,6 +266,6 @@
content->GetEmbeddedObjectsL(myArray, EContainerObject);
i = myArray.Count(); // One container object
myArray.ResetAndDestroy();</codeblock> <fig id="GUID-F3A1B237-A07C-5AE7-82F1-5DAA3BA65553">
-<image href="GUID-DC7E3634-9762-542F-BDAE-AC1F2D03F55D_d0e589493_href.png" placement="inline"/>
+<image href="GUID-DC7E3634-9762-542F-BDAE-AC1F2D03F55D_d0e585495_href.png" placement="inline"/>
</fig> </section>
</conbody></concept>
\ No newline at end of file