diff -r a6539d1e8e43 -r 34879f5cfc63 predictivesearch/PcsServer/inc/CPcsServer.h --- 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