engine/collectionframework/datasource/manager/inc/glxcollectionpluginbase.h
changeset 26 c499df2dbb33
parent 23 74c9f037fd5d
--- a/engine/collectionframework/datasource/manager/inc/glxcollectionpluginbase.h	Fri Apr 16 14:58:46 2010 +0300
+++ b/engine/collectionframework/datasource/manager/inc/glxcollectionpluginbase.h	Mon May 03 12:31:32 2010 +0300
@@ -220,6 +220,18 @@
 	 */	 
     IMPORT_C HBufC* LoadLocalizedStringLC(const TDesC& aResourceFile, const TInt aResourceId);
     
+	/**
+	 * initialize the TextResolver for the symbian code
+	 */
+    IMPORT_C void initializeTextResolverSymbian();
+    
+    /**
+     * returns localised string.
+     * @param aStringName - name of the string that need to be localised.
+     * @return HBufC* containing the required string.
+     */
+    IMPORT_C HBufC* LoadLocalizedStringLC(const TDesC& aStringName);
+    
     IMPORT_C virtual TGlxFilterProperties DefaultFilter(TInt aLevel);
 
 protected: