equal
deleted
inserted
replaced
265 IMPORT_C ThspsServiceCompletedMessage hspsCancelInstallTheme(); |
265 IMPORT_C ThspsServiceCompletedMessage hspsCancelInstallTheme(); |
266 |
266 |
267 /** |
267 /** |
268 * From MhspsMaintenanceService. |
268 * From MhspsMaintenanceService. |
269 */ |
269 */ |
270 IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders(const ChspsODT& aSearchMask, |
270 IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders( |
271 CArrayPtrFlat<ChspsODT>& aHeaderList); |
271 const ChspsODT& aSearchMask, |
|
272 const TBool aCopyLogos, |
|
273 CArrayPtrFlat<ChspsODT>& aHeaderList ); |
272 |
274 |
273 /** |
275 /** |
274 * From MhspsMaintenanceService. |
276 * From MhspsMaintenanceService. |
275 */ |
277 */ |
276 IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders(const TDesC8& aSearchMaskData, |
278 IMPORT_C ThspsServiceCompletedMessage hspsGetListHeaders(const TDesC8& aSearchMaskData, |
322 * |
324 * |
323 * @since S60 5.0 |
325 * @since S60 5.0 |
324 * @param aSearchMask is ChspsODT-object which attributes are filled to present search |
326 * @param aSearchMask is ChspsODT-object which attributes are filled to present search |
325 * parameters for theme set queried by client. This parametrisation follows |
327 * parameters for theme set queried by client. This parametrisation follows |
326 * the high-level schema. |
328 * the high-level schema. |
|
329 * @param aCopyLogos is set if client wants to view logos |
327 * @param aHeaderList is an list object able to carry ChspsODT-objects. |
330 * @param aHeaderList is an list object able to carry ChspsODT-objects. |
328 * @return Error code |
331 * @return Error code |
329 */ |
332 */ |
330 IMPORT_C TInt hspsGetHeaders(const ChspsODT& aSearchMask, |
333 IMPORT_C TInt hspsGetHeaders( |
331 CArrayPtrFlat<ChspsODT>& aHeaderList); |
334 const ChspsODT& aSearchMask, |
|
335 const TBool aCopyLogos, |
|
336 CArrayPtrFlat<ChspsODT>& aHeaderList); |
332 |
337 |
333 /** |
338 /** |
334 * From MhspsMaintenanceService |
339 * From MhspsMaintenanceService |
335 */ |
340 */ |
336 IMPORT_C ThspsServiceCompletedMessage hspsAddPlugin( |
341 IMPORT_C ThspsServiceCompletedMessage hspsAddPlugin( |