homescreenpluginsrv/inc/hspsresource.h
branchRCL_3
changeset 19 502e5d91ad42
parent 0 79c6a41cd166
--- 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;