diff -r 6df133bd92e1 -r 075425b8d9a4 radioengine/utils/inc/cradiosystemeventdetector.h --- a/radioengine/utils/inc/cradiosystemeventdetector.h Fri Jun 04 10:21:36 2010 +0100 +++ b/radioengine/utils/inc/cradiosystemeventdetector.h Fri Jun 11 13:38:32 2010 +0300 @@ -80,11 +80,6 @@ void ConstructL(); - /** - * Used internally to change network coverage status and report it to observer. - */ - void SetNetworkCoverageL( const TBool aIsMobileNetworkCoverage, const TBool aIsWlanCoverage ); - CRadioSystemEventDetector( MRadioSystemEventDetectorObserver& aObserver ); private: // data @@ -93,31 +88,23 @@ MRadioSystemEventDetectorObserver& iObserver; /** handler to Publish & Subscribe interface*/ - CRadioPropertyObserver* iCallStatusObserver; - /** handler to Publish & Subscribe interface*/ - CRadioPropertyObserver* iNetworkStatusObserver; + CRadioPropertyObserver* iCallStatusObserver; /** handler to Publish & Subscribe interface*/ - CRadioPropertyObserver* iVoiceUiObserver; + CRadioPropertyObserver* iNetworkStatusObserver; /** handler to Publish & Subscribe interface*/ - CRadioPropertyObserver* iAudioPolicyObserver; + CRadioPropertyObserver* iAudioPolicyObserver; /**Indicator for the mobile network status*/ - TBool iIsMobileNetworkCoverage; - - /**Indicator for the wlan network status*/ - TBool iIsWlanCoverage; + TBool iIsMobileNetworkCoverage; /**Indicator for the call status*/ - TBool iIsCallActive; + TBool iIsCallActive; /** Array of audio policy categories that VR must not resume after. */ - RArray iNoAutoResumeAudioCategories; + RArray iNoAutoResumeAudioCategories; /** Indicator for audio resource status. */ - TBool iIsAudioResourcesAvailable; - - /** Indicator for Voice UI status. */ - TBool iIsVoiceUiActive; + TBool iIsAudioResourcesAvailable; };