msgfw_plat/msg_common_utils_api/inc/MsgVoIPExtension.h
branchRCL_3
changeset 22 d2c4c66342f3
parent 0 8e480a14352b
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
    20 #define MSGVOIPEXTENSION_H
    20 #define MSGVOIPEXTENSION_H
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 class CSPSettings;
    25 //class CSPSettings;
    26 
    26 
    27 // CLASS DECLARATION
    27 // CLASS DECLARATION
    28 
    28 
    29 /**
    29 /**
    30  * Internal class to get count of VoIP profiles and
    30  * Internal class to get count of VoIP profiles and
    84 
    84 
    85         /**
    85         /**
    86          * A Service provider settings
    86          * A Service provider settings
    87          * Own.  
    87          * Own.  
    88          */
    88          */
    89         CSPSettings*  iSPSettings;
    89        // CSPSettings*  iSPSettings;
    90         /**
    90 
    91          * A VOIP support
       
    92 	 	 * This member has been added to check if VOIP is enabled via FeatureManager, instead of using  #define __VOIP 
       
    93          * Own.  
       
    94          */
       
    95         TBool iVoIPFeatureSupport;
       
    96     };
    91     };
    97 #endif      // MsgVoIPEXTENSION_H
    92 #endif      // MsgVoIPEXTENSION_H
    98 
    93 
    99 // End of File
    94 // End of File