predictivesearch/PcsServer/inc/CPcsServer.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 45 34879f5cfc63
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
    56         /**
    56         /**
    57          * Return the plugin interface instance
    57          * Return the plugin interface instance
    58          */			                  
    58          */			                  
    59 	    CPcsPluginInterface* PluginInterface();
    59 	    CPcsPluginInterface* PluginInterface();
    60 	    
    60 	    
    61 	    /**
       
    62          * Returns ETrue if there is Chinese variant feature in phone
       
    63          */	
       
    64 	    TBool  IsChineseVariant() const;
       
    65 	    
       
    66     private:
    61     private:
    67     
    62     
    68         /**
    63         /**
    69          * Constructor
    64          * Constructor
    70          */
    65          */
    83     
    78     
    84         /**
    79         /**
    85          * A PCS algorithm instance (owned)
    80          * A PCS algorithm instance (owned)
    86          */
    81          */
    87     	CPcsPluginInterface* iPcs;
    82     	CPcsPluginInterface* iPcs;
    88 		
       
    89 		/**
       
    90          * Flag for whether there is Chinese in phone
       
    91          */	
       
    92     	TBool iIsChineseVariant;
       
    93 };
    83 };
    94 
    84 
    95 #endif // End of file
    85 #endif // End of file