predictivesearch/PcsServer/inc/CPcsServer.h
branchRCL_3
changeset 45 34879f5cfc63
parent 15 e8e3147d53eb
child 58 d4f567ce2e7c
--- a/predictivesearch/PcsServer/inc/CPcsServer.h	Wed Jun 09 09:26:27 2010 +0300
+++ b/predictivesearch/PcsServer/inc/CPcsServer.h	Mon Jun 21 15:24:27 2010 +0300
@@ -58,6 +58,11 @@
          */			                  
 	    CPcsPluginInterface* PluginInterface();
 	    
+	    /**
+         * Returns ETrue if there is Chinese variant feature in phone
+         */	
+	    TBool  IsChineseVariant() const;
+	    
     private:
     
         /**
@@ -80,6 +85,11 @@
          * A PCS algorithm instance (owned)
          */
     	CPcsPluginInterface* iPcs;
+		
+		/**
+         * Flag for whether there is Chinese in phone
+         */	
+    	TBool iIsChineseVariant;
 };
 
 #endif // End of file