homescreenpluginsrv/inc/hspsclient.h
branchRCL_3
changeset 51 15e4dd19031c
parent 4 1a2a00e78665
child 78 1b207dd38b72
--- a/homescreenpluginsrv/inc/hspsclient.h	Mon Mar 15 12:41:53 2010 +0200
+++ b/homescreenpluginsrv/inc/hspsclient.h	Wed Mar 31 22:04:35 2010 +0300
@@ -267,8 +267,10 @@
         /**
         * From MhspsMaintenanceService.
         */
-        IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders(const ChspsODT& aSearchMask,
-                                   CArrayPtrFlat<ChspsODT>& aHeaderList);
+        IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders(
+                const ChspsODT& aSearchMask,
+                const TBool aCopyLogos, 
+                CArrayPtrFlat<ChspsODT>& aHeaderList );
         
         /** 
         * From MhspsMaintenanceService.
@@ -324,11 +326,14 @@
         * @param aSearchMask is ChspsODT-object which attributes are filled to present search 
         *        parameters for theme set queried by client. This parametrisation follows 
         *        the high-level schema. 
+        * @param aCopyLogos is set if client wants to view logos         
         * @param aHeaderList is an list object able to carry ChspsODT-objects. 
         * @return Error code
         */
-        IMPORT_C TInt hspsGetHeaders(const ChspsODT& aSearchMask,
-                                   CArrayPtrFlat<ChspsODT>& aHeaderList);
+        IMPORT_C TInt hspsGetHeaders(
+                const ChspsODT& aSearchMask,
+                const TBool aCopyLogos,
+                CArrayPtrFlat<ChspsODT>& aHeaderList);
 
         /**
         * From MhspsMaintenanceService