diff -r 25a17d01db0c -r ebc84c812384 Symbian3/SDK/Source/GUID-E9B97347-D703-4758-A5CE-423A6CB4E474.dita --- a/Symbian3/SDK/Source/GUID-E9B97347-D703-4758-A5CE-423A6CB4E474.dita Fri Jan 22 18:26:19 2010 +0000 +++ b/Symbian3/SDK/Source/GUID-E9B97347-D703-4758-A5CE-423A6CB4E474.dita Thu Mar 11 15:24:26 2010 +0000 @@ -15,8 +15,7 @@ such as image capture and voice recording. For example, a multimedia messaging service (MMS) editor could embed the camera application to capture images and insert them in multimedia messages.

-

Use the New File Service Client API to create a service client. You can -download the API from the SDK API plug-in page on Forum Nokia.

+

Use the New File Service Client API to create a service client.

The binary compatibility of the API plug-ins is not guaranteed either between platform versions or within a platform version. Test your application on each device model that the application can be installed on to ensure the @@ -24,7 +23,8 @@ than tested devices, define the product IDs (also called manufacturer IDs) in the package file. For more information, see Hardware/UI platform dependency.

-
To embed camera applications
    +
    To embed camera +applications
    1. Use the CNewFileServiceClient method to create a new file service client.

      CNewFileServiceClient* fileClient = NewFileServiceFactory::NewClientL(); CleanupStack::PushL( fileClient );