predictivesearch/PcsServer/inc/CPcsServer.h
branchRCL_3
changeset 45 34879f5cfc63
parent 15 e8e3147d53eb
child 58 d4f567ce2e7c
equal deleted inserted replaced
39:a6539d1e8e43 45:34879f5cfc63
    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 	    
    61     private:
    66     private:
    62     
    67     
    63         /**
    68         /**
    64          * Constructor
    69          * Constructor
    65          */
    70          */
    78     
    83     
    79         /**
    84         /**
    80          * A PCS algorithm instance (owned)
    85          * A PCS algorithm instance (owned)
    81          */
    86          */
    82     	CPcsPluginInterface* iPcs;
    87     	CPcsPluginInterface* iPcs;
       
    88 		
       
    89 		/**
       
    90          * Flag for whether there is Chinese in phone
       
    91          */	
       
    92     	TBool iIsChineseVariant;
    83 };
    93 };
    84 
    94 
    85 #endif // End of file
    95 #endif // End of file