diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-09A760FD-4C2A-5F79-91F2-DCC25A63699C.dita --- 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.

Example content file - +
Procedure
  1. Create a content object.

  2. @@ -84,7 +84,7 @@ as a jpeg image is a container, it's just that the file only has the "DEFAULT" object embedded inside.

    So, when the example file shown earlier is opened, the following objects can be seen by the CContent:

    - +

    In this top level container, there is only one embedded content object visible (the .jpg file) and two embedded container objects.

    // Create an array to store the results of CContent::GetEmbeddedObjectsL() @@ -118,7 +118,7 @@ // Open the first container content->OpenContainer(UniqueId);

    Now CContent can see the contents of Container 1:

    - +

    At this point, listing the objects that CContent can see gives six MP3 files and one container object.

    // 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(); - +
\ No newline at end of file