coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
changeset 46 eea20ed08f4b
parent 29 6a787171e1de
child 81 676b6116ca93
--- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Fri Jun 11 13:48:03 2010 +0300
+++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Tue Jun 29 10:40:11 2010 +0300
@@ -209,7 +209,7 @@
     * @since S60 3.2
     * @return ETrue if feature is supported
     */ 
-//    TBool FmTxSupported() const;
+    // TBool FmTxSupported() const;
 
     /**
     * Returns whether pen is enabled.
@@ -244,7 +244,7 @@
     * @since S60 5.1
     * @return ETrue if feature is supported
     */
-//    TBool FmTxRdsTextSupported() const;
+    // TBool FmTxRdsTextSupported() const;
 
 private:
 
@@ -339,7 +339,7 @@
     /**
     * FM TX supported status
     */
-//    TBool iFmTxSupported;
+    // TBool iFmTxSupported;
     
     /**
     * Pen enabled status.
@@ -359,7 +359,7 @@
     /**
     * FM TX RDS Text support status.
     */
-//    TBool iFmTxRdsTextSupported;
+    // TBool iFmTxRdsTextSupported;
 };
 
 #endif // SYSAPFEATUREMANAGER_H