diff -r 1f58177f6740 -r 9894ed580e4a mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h --- a/mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h Thu Aug 12 20:27:32 2010 -0500 +++ b/mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h Tue Aug 24 03:16:41 2010 -0500 @@ -38,6 +38,7 @@ #include #include #include +#include class CProfileSettingsMonitorServerImpl : public CBase, public MProEngProfileActivationObserver, @@ -70,6 +71,7 @@ private: MProEngEngine* iEngine; MProEngNotifyHandler* iNotifyHandler; + MProfileEngineExtended2* iProfileEngineExtended; TInt iActiveProfileId; TBool iWarningTones; TBool iMessagingTones; @@ -85,6 +87,7 @@ CGlobalAudioSettings::TGASRingingType iGASRingingType; CGlobalAudioSettings::TGASKeypadVolume iGASKeypadVolume; + TBool iSilenceMode; RProperty iWarningTonesProperty; RProperty iMessagingTonesProperty; RProperty iSilentProfileProperty; @@ -97,6 +100,7 @@ RProperty iRingingTone1NameProperty; RProperty iRingingTone2NameProperty; RProperty iKeypadVolumeProperty; + RProperty iSilenceModeProperty; }; #endif