msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h
branchRCL_3
changeset 23 d51193d814ea
parent 22 d2c4c66342f3
--- a/msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h	Tue Aug 31 15:41:11 2010 +0300
+++ b/msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h	Wed Sep 01 12:27:27 2010 +0100
@@ -22,7 +22,7 @@
 #include <e32base.h>
 
 // FORWARD DECLARATIONS
-//class CSPSettings;
+class CSPSettings;
 
 // CLASS DECLARATION
 
@@ -86,8 +86,13 @@
          * A Service provider settings
          * Own.  
          */
-       // CSPSettings*  iSPSettings;
-
+        CSPSettings*  iSPSettings;
+        /**
+         * A VOIP support
+	 	 * This member has been added to check if VOIP is enabled via FeatureManager, instead of using  #define __VOIP 
+         * Own.  
+         */
+        TBool iVoIPFeatureSupport;
     };
 #endif      // MsgVoIPEXTENSION_H