phonesrv_plat/phone_settings_api/inc/nwdefs.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    20 #ifndef     NWDEFS_H
    20 #ifndef     NWDEFS_H
    21 #define     NWDEFS_H
    21 #define     NWDEFS_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32std.h>
    24 #include <e32std.h>
    25 #include "psetconstants.h" 
    25 #include "PsetConstants.h"
    26 
    26 
    27 //  DATA TYPES  
    27 //  DATA TYPES  
    28 //basic service groups
    28 //basic service groups
    29 enum TBasicServiceGroups
    29 enum TBasicServiceGroups
    30     {
    30     {
   160     EDivertingStatusUnknown
   160     EDivertingStatusUnknown
   161     };
   161     };
   162 
   162 
   163 //call forwarding cenrep key statuses.
   163 //call forwarding cenrep key statuses.
   164 enum TCallForwardingStatus
   164 enum TCallForwardingStatus
   165     {
   165 	{
   166     EForwardingUnknown      = 0x0,
   166 	EForwardingUnknown      = 0x0,
   167     EForwardingActiveVoice  = 0x01,
   167 	EForwardingActiveVoice  = 0x01,
   168     EForwardingActiveFax    = 0x02,
   168 	EForwardingActiveFax    = 0x02,
   169     EForwardingActiveData   = 0x04
   169 	EForwardingActiveData   = 0x04
   170     };
   170 	};
   171         
   171 		
   172 //  CLASS DEFINITIONS 
   172 //  CLASS DEFINITIONS 
   173 // Supplemental class to contain all call barring settings.
   173 // Supplemental class to contain all call barring settings.
   174 class   TCallBarringSetting
   174 class   TCallBarringSetting
   175     {
   175     {
   176     public: //member data
   176     public: //member data