idlehomescreen/widgetmanager/inc/wmresourceloader.h
changeset 2 08c6ee43b396
parent 1 5315654608de
child 4 4d54b72983ae
--- a/idlehomescreen/widgetmanager/inc/wmresourceloader.h	Thu Jan 07 12:39:41 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmresourceloader.h	Mon Jan 18 20:10:36 2010 +0200
@@ -77,7 +77,10 @@
     const TDesC& IconFilePath();
 
     /** default no description text */
-    const TDesC& NoDescriptionText();
+    const TDesC& NoDescription();
+
+    /** wrt specific description text */
+    const TDesC& WrtDescription();
     
 private: // internal methods
 
@@ -125,9 +128,15 @@
     CAknInformationNote *iNote;
 
     /**
-     * Default description text
+     * Default no description text
      */    
-    HBufC*      iDescription;
+    HBufC*      iNoDescription;
+
+    /**
+     * Wrt specific description text
+     */    
+    HBufC*      iWrtDescription;
+    
     };
 
 #endif // WMRESOURCELOADER_H_