diff -r bd874ee5e5e2 -r 502e5d91ad42 homescreenpluginsrv/inc/hspsresource.h --- a/homescreenpluginsrv/inc/hspsresource.h Fri Mar 12 15:43:54 2010 +0200 +++ b/homescreenpluginsrv/inc/hspsresource.h Mon Mar 15 12:41:53 2010 +0200 @@ -289,15 +289,15 @@ TInt iConfigurationUid; // Filename without the extension - TDesC* iResourceID; + HBufC* iResourceID; // Full path and name - TDesC* iFileName; + HBufC* iFileName; TDataType iMimeType; // Tags seperated with a colon - TDesC* iTags; + HBufC* iTags; // Reserved pointer for future extension TAny* iReserved;