coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
changeset 48 2222076f5c60
parent 29 6a787171e1de
child 81 676b6116ca93
equal deleted inserted replaced
40:951aeeb3da43 48:2222076f5c60
   207     * Returns whether FM TX is supported.
   207     * Returns whether FM TX is supported.
   208     *
   208     *
   209     * @since S60 3.2
   209     * @since S60 3.2
   210     * @return ETrue if feature is supported
   210     * @return ETrue if feature is supported
   211     */ 
   211     */ 
   212 //    TBool FmTxSupported() const;
   212     // TBool FmTxSupported() const;
   213 
   213 
   214     /**
   214     /**
   215     * Returns whether pen is enabled.
   215     * Returns whether pen is enabled.
   216     *
   216     *
   217     * @since S60 5.0
   217     * @since S60 5.0
   242     * is supported.
   242     * is supported.
   243     *
   243     *
   244     * @since S60 5.1
   244     * @since S60 5.1
   245     * @return ETrue if feature is supported
   245     * @return ETrue if feature is supported
   246     */
   246     */
   247 //    TBool FmTxRdsTextSupported() const;
   247     // TBool FmTxRdsTextSupported() const;
   248 
   248 
   249 private:
   249 private:
   250 
   250 
   251     /**
   251     /**
   252     * Constructors
   252     * Constructors
   337     TBool iNoPowerKeySupported;
   337     TBool iNoPowerKeySupported;
   338     
   338     
   339     /**
   339     /**
   340     * FM TX supported status
   340     * FM TX supported status
   341     */
   341     */
   342 //    TBool iFmTxSupported;
   342     // TBool iFmTxSupported;
   343     
   343     
   344     /**
   344     /**
   345     * Pen enabled status.
   345     * Pen enabled status.
   346     */
   346     */
   347     TBool iPenEnabled;
   347     TBool iPenEnabled;
   357     TBool iTouchUnlockStrokeSupported;
   357     TBool iTouchUnlockStrokeSupported;
   358     
   358     
   359     /**
   359     /**
   360     * FM TX RDS Text support status.
   360     * FM TX RDS Text support status.
   361     */
   361     */
   362 //    TBool iFmTxRdsTextSupported;
   362     // TBool iFmTxRdsTextSupported;
   363 };
   363 };
   364 
   364 
   365 #endif // SYSAPFEATUREMANAGER_H
   365 #endif // SYSAPFEATUREMANAGER_H
   366 
   366 
   367 // End of File
   367 // End of File