diff -r 951aeeb3da43 -r eea20ed08f4b coreapplicationuis/SysAp/Src/SysApFeatureManager.cpp --- a/coreapplicationuis/SysAp/Src/SysApFeatureManager.cpp Fri Jun 11 13:48:03 2010 +0300 +++ b/coreapplicationuis/SysAp/Src/SysApFeatureManager.cpp Tue Jun 29 10:40:11 2010 +0300 @@ -94,9 +94,9 @@ TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: No power key supported=%d"), iNoPowerKeySupported ) ); // iFmTxSupported = FeatureManager::FeatureSupported( KFeatureIdFmtx ); - // TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: FM TX supported=%d"), iFmTxSupported ) ); +// TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: FM TX supported=%d"), iFmTxSupported ) ); - iPenEnabled = AknLayoutUtils::PenEnabled(); +// iPenEnabled = AknLayoutUtils::PenEnabled(); TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: Pen enabled=%d"), iPenEnabled ) ); iVmbxCallDivertIconSupported = FeatureManager::FeatureSupported( KFeatureIdVmbxCallDivertIcon ); @@ -180,11 +180,11 @@ iGripNotSupported( ETrue ), iPowerSaveSupported( EFalse ), iNoPowerKeySupported( EFalse ), -// iFmTxSupported( EFalse ), + //iFmTxSupported( EFalse ), iPenEnabled( EFalse ), iVmbxCallDivertIconSupported( EFalse ), iTouchUnlockStrokeSupported( EFalse ) -// iFmTxRdsTextSupported( EFalse ) + //iFmTxRdsTextSupported( EFalse ) { } @@ -379,6 +379,7 @@ return iFmTxSupported; } */ + // ---------------------------------------------------------------------------- // CSysApFeatureManager::PenEnabled() // ----------------------------------------------------------------------------