homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp
branchRCL_3
changeset 14 15e4dd19031c
parent 4 1a2a00e78665
child 22 1b207dd38b72
--- a/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp	Mon Mar 15 12:41:53 2010 +0200
+++ b/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp	Wed Mar 31 22:04:35 2010 +0300
@@ -76,6 +76,7 @@
     TDesC8& aInterface,
     TDesC8& aType,
     TUint32 aFamily,
+    const TBool aCopyLogos,
     CArrayPtrFlat<ChspsODT>& aList )
     {
     // Setup a mask for finding plugins with defined interface 
@@ -96,6 +97,7 @@
     
     TInt err = iHspsClient->hspsGetHeaders( 
         *searchMask, 
+        aCopyLogos,
         aList );
     
     CleanupStack::PopAndDestroy( searchMask );
@@ -270,6 +272,7 @@
     // Get application configurations
     User::LeaveIfError( iHspsClient->hspsGetHeaders( 
         *searchMask, 
+        EFalse,
         aList ) );
 
     CleanupStack::PopAndDestroy( searchMask );