breakdeps/MCSSatHandler/mcssathandler.h
changeset 110 3aa4235c5e9b
parent 109 fddd8ce1f29d
equal deleted inserted replaced
109:fddd8ce1f29d 110:3aa4235c5e9b
    68     /**
    68     /**
    69     * 2nd phase constructor.
    69     * 2nd phase constructor.
    70     */
    70     */
    71     void ConstructL();
    71     void ConstructL();
    72 
    72 
       
    73 #if 0    
    73     /**
    74     /**
    74     * Gets best icon from aIconEF.
    75     * Gets best icon from aIconEF.
    75     */
    76     */
    76     CFbsBitmap* GetBitmapL( const RIconEf& aIconEF );
    77     CFbsBitmap* GetBitmapL( const RIconEf& aIconEF );
    77     
    78     
    78 private:    // data
    79 private:    // data
    79     
       
    80     RSatSession iSatSession;
    80     RSatSession iSatSession;
    81     
    81     
    82 #ifdef SIM_ATK_SERVICE_API_V1
    82 //#ifdef SIM_ATK_SERVICE_API_V1
    83     RSatService iSatIcon;
    83     RSatService iSatIcon;
    84 #else
    84 //#else
    85     RSatIcon iSatIcon;
    85     RSatIcon iSatIcon;
    86 #endif 
    86 #endif 
    87     };
    87     };
    88 
    88 
    89 #endif // __MCSSATHANDLER_H__
    89 #endif // __MCSSATHANDLER_H__