diff -r 502e5d91ad42 -r 15e4dd19031c homescreenpluginsrv/inc/hspsclient.h --- 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& aHeaderList); + IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders( + const ChspsODT& aSearchMask, + const TBool aCopyLogos, + CArrayPtrFlat& 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& aHeaderList); + IMPORT_C TInt hspsGetHeaders( + const ChspsODT& aSearchMask, + const TBool aCopyLogos, + CArrayPtrFlat& aHeaderList); /** * From MhspsMaintenanceService