diff -r d2c4c66342f3 -r d51193d814ea msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h --- 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 // 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