mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h
changeset 47 c2e43643db4c
parent 42 1fa3fb47b1e3
--- a/mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h	Wed Aug 18 10:17:22 2010 +0300
+++ b/mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h	Thu Sep 02 20:58:01 2010 +0300
@@ -38,6 +38,7 @@
 #include <ProfilesVariant.hrh>
 #include <e32capability.h>
 #include <GlobalAudioSettings.h>
+#include <MProfileEngineExtended2.h>
 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