phoneapp/phoneuiutils/inc/cphoneresourceresolverbase.h
changeset 65 2a5d4ab426d3
parent 37 ba76fc04e6c2
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
    84 
    84 
    85     private:
    85     private:
    86         // Feature variation
    86         // Feature variation
    87         enum TVariationFlags
    87         enum TVariationFlags
    88             {
    88             {
    89             //Flag to indicate whether on screen dialer is supported.
       
    90             EOnscreenDialer = 1,
       
    91             //Flag to indicate whether on touch call handling is supported.
       
    92             ETouchCallHandling = 2,
       
    93             //Flag to indicate whether videocallmenu is supported.
    89             //Flag to indicate whether videocallmenu is supported.
    94             EVideoCallMenu = 4
    90             EVideoCallMenu = 1
    95             };
    91             };
    96         TInt iVariationFlags;
    92         TInt iVariationFlags;
    97         
    93         
    98         CEikonEnv& iEnv;
    94         CEikonEnv& iEnv;
    99         
    95