homescreenpluginsrv/inc/hspsthememanagement.h
branchRCL_3
changeset 14 15e4dd19031c
parent 4 1a2a00e78665
child 22 1b207dd38b72
--- a/homescreenpluginsrv/inc/hspsthememanagement.h	Mon Mar 15 12:41:53 2010 +0200
+++ b/homescreenpluginsrv/inc/hspsthememanagement.h	Wed Mar 31 22:04:35 2010 +0300
@@ -1294,11 +1294,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 indicates that logo resources should be copied to a private directory
         * @param aHeaderList is an list object able to carry ChspsODT-objects. 
         * @return ThspsServiceCompletedMessage expressing the result of the call.
         */
-        virtual ThspsServiceCompletedMessage hspsGetListHeaders(const ChspsODT& aSearchMask,
-                                 CArrayPtrFlat<ChspsODT>& aHeaderList) = 0;
+        virtual ThspsServiceCompletedMessage hspsGetListHeaders(
+                const ChspsODT& aSearchMask,
+                const TBool aCopyLogos, 
+                CArrayPtrFlat<ChspsODT>& aHeaderList) = 0;
 
         /** hspsGetListHeaders
         *