diff -r 594d59766373 -r 7d48bed6ce0c phonesrv_plat/phone_settings_api/inc/nwdefs.h --- a/phonesrv_plat/phone_settings_api/inc/nwdefs.h Thu Aug 19 10:28:14 2010 +0300 +++ b/phonesrv_plat/phone_settings_api/inc/nwdefs.h Tue Aug 31 15:45:17 2010 +0300 @@ -22,7 +22,7 @@ // INCLUDES #include -#include "PsetConstants.h" +#include "psetconstants.h" // DATA TYPES //basic service groups @@ -162,13 +162,13 @@ //call forwarding cenrep key statuses. enum TCallForwardingStatus - { - EForwardingUnknown = 0x0, - EForwardingActiveVoice = 0x01, - EForwardingActiveFax = 0x02, - EForwardingActiveData = 0x04 - }; - + { + EForwardingUnknown = 0x0, + EForwardingActiveVoice = 0x01, + EForwardingActiveFax = 0x02, + EForwardingActiveData = 0x04 + }; + // CLASS DEFINITIONS // Supplemental class to contain all call barring settings. class TCallBarringSetting