mmfenh/profilesettingsmonitor/inc/ProfileSettingsMonitorServerImpl.h
changeset 43 9894ed580e4a
parent 38 9e9fc5ab059f
--- 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 <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