diff -r e5b3a2155e1a -r d2c4c66342f3 msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h --- a/msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h Thu Aug 19 10:24:00 2010 +0300 +++ b/msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h Tue Aug 31 15:41:11 2010 +0300 @@ -22,7 +22,7 @@ #include // FORWARD DECLARATIONS -class CSPSettings; +//class CSPSettings; // CLASS DECLARATION @@ -86,13 +86,8 @@ * A Service provider settings * Own. */ - 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; + // CSPSettings* iSPSettings; + }; #endif // MsgVoIPEXTENSION_H